tsconfig.json 215 B

123456789
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "extends": "@tsconfig/bun/tsconfig.json",
  4. "compilerOptions": {
  5. "noUncheckedIndexedAccess": false,
  6. "types": ["bun"]
  7. },
  8. "include": ["**/*.ts"]
  9. }