tsconfig.json 213 B

12345678
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "extends": "@tsconfig/bun/tsconfig.json",
  4. "compilerOptions": {
  5. "lib": ["ESNext", "DOM", "DOM.Iterable"],
  6. "noUncheckedIndexedAccess": false
  7. }
  8. }