25 строки
433 B
JSON
25 строки
433 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"target": "ES2019",
|
|
"noEmit": true,
|
|
"isolatedModules": true,
|
|
"importHelpers": true,
|
|
"noUnusedLocals": true,
|
|
"preserveConstEnums": true
|
|
},
|
|
"include": [],
|
|
"files": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.spec.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.e2e.json"
|
|
}
|
|
]
|
|
}
|