Files
kilocode/packages/server/tsconfig.json
T
2026-07-22 13:31:23 +02:00

10 lines
305 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"types": ["bun"], // kilocode_change - required when typechecking imported core sources
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"noUncheckedIndexedAccess": false
}
}