Files
opencode/packages/opencode/tsconfig.json
Dax Raad 925ce6503e sync
2025-09-27 04:10:56 -04:00

8 lines
174 B
JSON

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