mirror of
https://github.com/AIR-EISTI/hades.git
synced 2026-05-10 18:39:09 +02:00
13 lines
No EOL
213 B
JSON
13 lines
No EOL
213 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types": [
|
|
"jasmine",
|
|
"jasminewd2",
|
|
"node"
|
|
]
|
|
}
|
|
} |