Initial commit

This commit is contained in:
Scott Idem
2021-07-08 11:32:13 -04:00
parent 556fe4a191
commit c19a315bf2
31 changed files with 4936 additions and 48 deletions

6
tsconfig.json Normal file
View File

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