tsconfig.json 172 B

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