updated tsconfig to exclude tests files for apps

This commit is contained in:
Bojan Kucera 2025-06-09 20:57:51 -04:00
parent 2de71c6310
commit cffcd05066
9 changed files with 87 additions and 5 deletions

View file

@ -5,6 +5,7 @@
"rootDir": "./src"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts", "**/test/**", "**/tests/**", "**/__tests__/**"],
"references": [
{ "path": "../../libs/types" },
{ "path": "../../libs/config" },