tsconfig.build.json 97 B

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