Files
shopify-ai-backup/opencode/packages/containers/tsconfig.json
2026-02-07 20:54:46 +00:00

9 lines
213 B
JSON

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