opencode/packages/voice/tsconfig.json
2026-07-28 21:00:35 -04:00

11 lines
289 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "@opentui/solid",
"noUncheckedIndexedAccess": false,
"noUnusedLocals": true
},
"include": ["src", "test"]
}