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

19 lines
270 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/spec",
"types": [
"jasmine",
"node"
]
},
"files": [
"src/test.ts",
"src/polyfills.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
}