Skip to content

Commit 84b7e71

Browse files
Remove vite client type declaration
1 parent 106cdaa commit 84b7e71

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

Diff for: resources/js/types/vite.d.ts

-11
This file was deleted.

Diff for: tsconfig.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@
3939
},
4040
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
4141
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
42-
"types": [
43-
"vite/client"
44-
] /* Specify type package names to be included without being referenced in a source file. */,
42+
//"types": [] /* Specify type package names to be included without being referenced in a source file. */,
4543
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
4644
// "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
4745
// "allowImportingTsExtensions": true, /* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set. */

0 commit comments

Comments
 (0)