Skip to content

Commit c1d91ef

Browse files
Modify tsconfig
1 parent cd8dc31 commit c1d91ef

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tsconfig.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@
4040
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
4141
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
4242
"types": [
43-
"vite/client",
44-
"vue/tsx",
45-
"./resources/js/types"
43+
"vite/client"
4644
] /* Specify type package names to be included without being referenced in a source file. */,
4745
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
4846
// "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
@@ -122,7 +120,8 @@
122120
"include": [
123121
"resources/js/**/*.ts",
124122
"resources/js/**/*.d.ts",
125-
"resources/js/**/*.tsx",
126-
"resources/js/**/*.vue"
123+
"resources/js/**/*.tsx",
124+
"resources/js/**/*.vue",
125+
"node_modules/vite/client.d.ts"
127126
]
128127
}

0 commit comments

Comments
 (0)