Files
whale-town-end-v2/tsconfig.build.json

14 lines
202 B
JSON

{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
"dist",
"client",
"**/*.spec.ts",
"**/*.test.ts",
"**/*test.base.ts",
"**/tests/**/*",
"test/**/*"
]
}