Skip to content

Commit 0d354b8

Browse files
committed
Add node for SSR and remove unknown vue/tsx types
1 parent 6fa726e commit 0d354b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
4242
"types": [
4343
"vite/client",
44-
"vue/tsx",
44+
"node",
4545
"./resources/js/types"
4646
] /* Specify type package names to be included without being referenced in a source file. */,
4747
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */

0 commit comments

Comments
 (0)