t2-stat-parser/app/api/tsconfig.build.json

9 lines
116 B
JSON
Raw Permalink Normal View History

2020-08-22 14:19:50 +00:00
{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
"test",
"dist",
"**/*spec.ts"
]
}