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

18 lines
280 B
JSON

{
"extends": "../../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
],
"compilerOptions": {
"esModuleInterop": true,
"target": "esnext"
}
}