tsconfig.build.json 74 B

1234
  1. {
  2. "extends": "./tsconfig.json",
  3. "exclude": ["embedchain/__tests__"]
  4. }