Disable js in tsconfig

This commit is contained in:
2022-12-30 00:05:31 +01:00
parent 8e22f16b76
commit aafea78697

View File

@@ -1,8 +1,7 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"allowJs": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,