Files
anomalyco_opencode/packages/httpapi-codegen/tsconfig.json
T
2026-08-06 18:22:58 +00:00

10 lines
238 B
JSON

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