initial commit

This commit is contained in:
RingOfStorms (Joshua Bell) 2020-12-19 16:49:33 -06:00
commit 5582d09293
242 changed files with 946236 additions and 0 deletions

4
tsconfig.build.json Normal file
View file

@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts", "**/*test.ts"]
}