tsconfig.json 235 B

123456789
  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. "include": ["src"]
  9. }