svelte-testing/tsconfig.json

14 lines
273 B
JSON
Raw Normal View History

2022-07-01 13:37:59 +02:00
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
2022-07-04 16:27:11 +02:00
"strict": true,
2022-07-01 13:37:59 +02:00
}
}