tsconfig.json 195 B

12345678
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "extends": "@tsconfig/bun/tsconfig.json",
  4. "compilerOptions": {
  5. "noUncheckedIndexedAccess": false,
  6. "noUnusedLocals": true
  7. }
  8. }