stock-bot/tsconfig.unused.json
2025-06-23 18:14:43 -04:00

19 lines
No EOL
325 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"apps/**/*.ts",
"apps/**/*.tsx",
"libs/**/*.ts",
"libs/**/*.tsx"
],
"exclude": [
"node_modules",
"dist",
"**/dist/**",
"**/node_modules/**",
"**/*.test.ts",
"**/*.spec.ts",
"**/test/**",
"**/tests/**"
]
}