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