odds-crawler-frontend/projects/odds-crawler-frontend-app/tsconfig.app.json

12 lines
172 B
JSON
Raw Normal View History

2019-04-29 12:43:47 +00:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/app",
"types": []
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}