2018-08-07 11:51:51 +00:00
|
|
|
{
|
|
|
|
"extends": "../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "../out-tsc/app",
|
2024-02-14 03:42:35 +00:00
|
|
|
"module": "CommonJS",
|
|
|
|
"target": "ES2022",
|
2018-08-07 11:51:51 +00:00
|
|
|
"types": [
|
|
|
|
"jasmine",
|
|
|
|
"jasminewd2",
|
|
|
|
"node"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|