Files
kilocode/packages/core/tsconfig.json
T
2026-05-06 21:32:26 +02:00

9 lines
189 B
JSON

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