tsconfig.build.json 185 B

12345678
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "extends": "./tsconfig.json",
  4. "compilerOptions": {
  5. "noEmit": false
  6. },
  7. "exclude": ["node_modules", "src/__tests__"]
  8. }