ucap-electron/projects/native/tsconfig.spec.json
Park Byung Eun 5fade48f5e sync
2020-08-10 14:04:56 +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"]
}