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

10 lines
235 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"noUncheckedIndexedAccess": false,
"types": ["bun"],
"lib": ["ESNext", "DOM", "DOM.Iterable"]
}
}