Builder-vite: Tighten up tsconfig.json

This commit is contained in:
Michael Shilman 2022-08-25 21:50:31 +08:00
parent dcc9f08396
commit 3a22d4cd80

View File

@ -1,10 +1,9 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"strict": false,
"strict": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["src/**/*.test.*", "src/**/__testfixtures__/**"]