10 lines
189 B
JSON
10 lines
189 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/spec",
|
|
"types": ["jasmine", "node"]
|
|
},
|
|
"files": ["test.ts"],
|
|
"include": ["**/*.spec.ts", "**/*.d.ts"]
|
|
}
|