Files
anomalyco_opencode/packages/sdk/tsconfig.json
T
2026-08-21 17:28:34 -04:00

10 lines
254 B
JSON

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