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

9 lines
160 B
JSON

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