Feature/unit tests (#184)

This commit is contained in:
Daniel Lautzenheiser
2022-12-04 22:15:59 -05:00
committed by GitHub
parent 255e4d8883
commit ec46a6f760
23 changed files with 1423 additions and 115 deletions

5
core/tsconfig.dev.json Normal file
View File

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