ucap-angular/projects/ui-chat/tsconfig.spec.json
Park Byung Eun b4ef37624c 0517 sync
2020-05-17 11:24:49 +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"
]
}