tsconfig.json 277 B

12345678910
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "extends": "@tsconfig/bun/tsconfig.json",
  4. "compilerOptions": {
  5. "jsx": "preserve",
  6. "jsxImportSource": "@opentui/solid",
  7. "lib": ["ESNext", "DOM", "DOM.Iterable"],
  8. "noUncheckedIndexedAccess": false
  9. }
  10. }