first commit

This commit is contained in:
MapleLeaf
2021-12-08 00:36:52 -06:00
commit 8eecf8c54b
7 changed files with 3792 additions and 0 deletions

4
tsconfig.json Normal file
View File

@@ -0,0 +1,4 @@
{
"extends": "@itsmapleleaf/configs/tsconfig.app",
"exclude": ["dist", "node_modules"]
}