mirror of
https://github.com/AIR-EISTI/hades.git
synced 2025-01-09 19:21:29 +01:00
18 lines
256 B
JSON
18 lines
256 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/spec",
|
|
"types": [
|
|
"jasmine",
|
|
"node"
|
|
]
|
|
},
|
|
"files": [
|
|
"test.ts",
|
|
"polyfills.ts"
|
|
],
|
|
"include": [
|
|
"**/*.spec.ts",
|
|
"**/*.d.ts"
|
|
]
|
|
}
|