updates to prepare for demo

This commit is contained in:
Tim Chamberlain
2022-06-28 22:00:28 -05:00
parent 048e080b77
commit 160d8ab2b6
23 changed files with 543 additions and 1425 deletions

View File

@ -20,7 +20,8 @@
"noImplicitThis": true,
"strictNullChecks": false,
"downlevelIteration": true,
"baseUrl": "src"
"baseUrl": "src",
"allowAsProps": true
},
"include": ["src"]
}