forked from profectus/Profectus
remove node types in tsconfig due to vue-tsc error
This commit is contained in:
parent
f4b77e852d
commit
cdc035b5bd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
"allowSyntheticDefaultImports": true,
|
||||
"sourceMap": true,
|
||||
"baseUrl": "src",
|
||||
"types": ["vite/client", "node"],
|
||||
"types": ["vite/client"],
|
||||
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],
|
||||
|
|
Loading…
Reference in a new issue