odds-crawler-frontend/projects/odds-crawler-frontend-app/tsconfig.app.json
2019-04-29 21:43:47 +09:00

12 lines
172 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/app",
"types": []
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}