t2-stat-parser/app/api/tsconfig.build.json
2020-08-22 10:19:50 -04:00

9 lines
116 B
JSON

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