First commit

This commit is contained in:
Noah Spannbauer
2024-05-26 19:08:32 -05:00
commit 32c2da22f5
17 changed files with 9374 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"]
}