2026-07-29 13:34:45 +08:00
|
|
|
{
|
|
|
|
|
"extends": "../../../tsconfig.base.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"outDir": "lib/types"
|
|
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"src"
|
|
|
|
|
],
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "../../../vendor/cosmokit"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../../vendor/cordis"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-07-30 03:48:07 +08:00
|
|
|
"path": "../../interaction/commands"
|
2026-07-29 13:34:45 +08:00
|
|
|
},
|
2026-07-29 21:33:53 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../core/session"
|
|
|
|
|
},
|
2026-08-07 16:38:54 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../session/user-id"
|
|
|
|
|
},
|
2026-08-10 18:33:44 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../session/session-telemetry"
|
|
|
|
|
},
|
2026-07-29 13:34:45 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../support/invariants"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|