2026-07-15 18:17:38 +08:00
|
|
|
{
|
|
|
|
|
"extends": "../../../tsconfig.base.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"outDir": "lib/types"
|
|
|
|
|
},
|
|
|
|
|
"include": ["src"],
|
|
|
|
|
"references": [
|
|
|
|
|
{ "path": "../helper" },
|
2026-07-17 20:28:31 +08:00
|
|
|
{ "path": "../telemetry" },
|
2026-07-15 18:17:38 +08:00
|
|
|
{ "path": "../../ui/app-boot" },
|
2026-07-20 00:35:06 +08:00
|
|
|
{ "path": "../../../vendor/cordis" },
|
|
|
|
|
{ "path": "../../support/invariants" }
|
2026-07-15 18:17:38 +08:00
|
|
|
]
|
|
|
|
|
}
|