This commit is contained in:
2021-09-06 15:46:02 +02:00
parent 634bd5e37b
commit c7536d0e56
11 changed files with 2766 additions and 4 deletions

6
ui/tsconfig.json Normal file
View File

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