tsconfig.json 318 B

1234567891011
  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. "references": [{ "path": "../core" }]
  11. }