Initial - Here Be Dragons

This commit is contained in:
2022-04-29 17:54:24 +02:00
parent d889d68649
commit 4c8144fabc
33 changed files with 1415 additions and 0 deletions

6
jsconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"checkJs": false
}
}