tsconfig.build.json 98 B

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