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

9 lines
160 B
JSON
Raw Normal View History

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