bring back node types in tsconfig.json

This commit is contained in:
jakub791 2023-05-04 12:10:44 +02:00
parent 2a50b05647
commit 2fda7772e8

View file

@ -16,7 +16,7 @@
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"sourceMap": true, "sourceMap": true,
"baseUrl": "src", "baseUrl": "src",
"types": ["vite/client"], "types": ["vite/client", "node"],
"lib": ["esnext", "dom", "dom.iterable", "scripthost"] "lib": ["esnext", "dom", "dom.iterable", "scripthost"]
}, },
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"], "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],