Testing typescript

This commit is contained in:
2022-05-21 15:16:10 +01:00
parent 3b4e381e2b
commit 2955214478
21 changed files with 573 additions and 82 deletions

13
tsconfig.json Normal file
View File

@ -0,0 +1,13 @@
{
// "extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true
}
}