ucap-angular/projects/ui-group/tsconfig.spec.json
richard-loafle 186c0c337e bug fixed
2020-04-22 13:10:23 +09:00

18 lines
246 B
JSON

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