tsconfig.json 137 B

12345678910
  1. {
  2. "extends": "@ljharb/tsconfig",
  3. "compilerOptions": {
  4. "target": "ESNext",
  5. "lib": ["es2024"],
  6. },
  7. "exclude": [
  8. "coverage",
  9. ],
  10. }