Initial commit

Co-authored-by: K <kelseydrhoda@gmail.com>
This commit is contained in:
Simon Bihel
2021-11-29 20:05:43 +00:00
commit 5f5f6af531
22 changed files with 27789 additions and 0 deletions

5
js/ui/tsconfig.json Normal file
View File

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