tsconfig.base.json 145 B

12345678910
  1. {
  2. "extends": "../../tsconfig.base.json",
  3. "compilerOptions": {
  4. },
  5. "exclude": [
  6. "node_modules",
  7. "config",
  8. "**/*.test.ts"
  9. ]
  10. }