tsconfig.json 103 B

1234
  1. {
  2. "extends": "./tsconfig.base.json",
  3. "exclude": ["node_modules", "**/*.test.ts", "**/*.spec.ts"]
  4. }