remove node types in tsconfig due to vue-tsc error

This commit is contained in:
jakub791 2023-05-04 13:01:03 +02:00
parent f4b77e852d
commit cdc035b5bd

View file

@ -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"],