2025-11-08 23:28:11 +00:00
|
|
|
{
|
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
|
"files": [],
|
|
|
|
|
"include": [],
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "./tsconfig.app.json"
|
|
|
|
|
}
|
2025-11-10 15:07:53 +00:00
|
|
|
],
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"esModuleInterop": true
|
|
|
|
|
}
|
2025-11-08 23:28:11 +00:00
|
|
|
}
|