stub out webapp

This commit is contained in:
Barak Michener 2020-11-11 20:08:54 -08:00
commit f0321b3f49
14 changed files with 2759 additions and 0 deletions

6
web/tsconfig.json Normal file
View file

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