tsconfig.spec.json 96 B

12345
  1. {
  2. "extends": "./tsconfig.json",
  3. "include": ["src"],
  4. "exclude": ["dist", "node_modules"]
  5. }