Files
2026-07-13 12:38:36 +08:00

24 lines
401 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"types": ["node", "jest"]
},
"include": [],
"files": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.lib.runtime.json"
},
{
"path": "./tsconfig.spec.json"
}
],
"nx": {
"addTypecheckTarget": false
}
}