File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 40
40
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
41
41
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
42
42
"types" : [
43
- " vite/client" ,
44
- " vue/tsx" ,
45
- " ./resources/js/types"
43
+ " vite/client"
46
44
] /* Specify type package names to be included without being referenced in a source file. */ ,
47
45
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
48
46
// "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
122
120
"include" : [
123
121
" resources/js/**/*.ts" ,
124
122
" 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"
127
126
]
128
127
}
You can’t perform that action at this time.
0 commit comments