tsconfig.json 73 B

1234567
  1. {
  2. "extends": "@ljharb/tsconfig",
  3. "exclude": [
  4. "coverage",
  5. ],
  6. }