Files
kilocode/packages/codemode/tsconfig.json
Johnny Eric Amancio 88083fb5c5 resolve merge conflicts
2026-08-05 16:01:49 +02:00

10 lines
314 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"noUncheckedIndexedAccess": false,
"types": ["bun"],
"lib": ["ESNext", "DOM", "DOM.Iterable"] // kilocode_change - align upstream's new package with Kilo's tsgo environment
}
}