tsconfig.json 184 B

12345678910111213
  1. {
  2. "extends": "../../tsconfig.base.json",
  3. "compilerOptions": {
  4. "baseUrl": ".",
  5. "paths": {
  6. }
  7. },
  8. "exclude": [
  9. "node_modules",
  10. "dist",
  11. "**/*.test.ts"
  12. ]
  13. }