This commit is contained in:
MapleLeaf
2021-12-16 11:48:18 -06:00
parent 803252290d
commit e709e3acb5
33 changed files with 467 additions and 437 deletions

4
tsconfig.base.json Normal file
View File

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