convert to ts pt.2

This commit is contained in:
2024-01-09 13:48:27 +01:00
parent c6fa540575
commit e8f0027424
10 changed files with 412 additions and 203 deletions

9
tsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"],
"compilerOptions": {
"typeRoots": ["node_modules/@types", "src/types"]
}
}