Files
anomalyco_opencode/packages/simulation/tsconfig.json
T
2026-08-07 15:34:36 -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" }]
}