one tsconfig for everything

This commit is contained in:
MapleLeaf
2021-12-16 19:12:41 -06:00
parent 460e7cde1a
commit cc52c42c98
5 changed files with 2 additions and 10 deletions

4
tsconfig.json Normal file
View File

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