094ebe7e74
Remove the standalone `packages/util` and `packages/server` workspace packages, migrating all imports across app, kilo-ui, opencode, and ui to use `@opencode-ai/shared/util/*` paths instead. Also fix the VITE_KILO_CHANNEL env variable name in the type declaration and add a null guard in the titlebar channel badge rendering.
16 lines
391 B
JSON
16 lines
391 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@tsconfig/bun/tsconfig.json",
|
|
"compilerOptions": {
|
|
"noUncheckedIndexedAccess": false,
|
|
"types": ["bun"],
|
|
"plugins": [
|
|
{
|
|
"name": "@effect/language-service",
|
|
"transform": "@effect/language-service/transform",
|
|
"namespaceImportPackages": ["effect", "@effect/*"]
|
|
}
|
|
]
|
|
}
|
|
}
|