First commit

This commit is contained in:
Rob Cameron
2020-10-07 10:40:21 -07:00
commit db42525fd9
40 changed files with 15921 additions and 0 deletions

10
web/jsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"src/*": ["./src/*"]
},
"jsx": "preserve"
},
"include": ["src/**/*", "../.redwood/index.d.ts"]
}