tsconfig.build.json 89 B

1234567
  1. {
  2. "extends": "./tsconfig",
  3. "exclude": [
  4. "example",
  5. "lib"
  6. ]
  7. }