tsconfig.json 175 B

1234567891011
  1. {
  2. "extends": "@ljharb/tsconfig",
  3. "compilerOptions": {
  4. "target": "ES2017",
  5. "moduleResolution": "node",
  6. "maxNodeModuleJsDepth": 0,
  7. },
  8. "exclude": [
  9. "coverage",
  10. ],
  11. }