ucap-angular/projects/web-socket/tsconfig.spec.json
richard-loafle 3bdd6bac6c bug fixed
2020-04-09 17:56:38 +09:00

10 lines
208 B
JSON

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