1
0

tsconfig.spec.json 124 B

123456789
  1. {
  2. "extends": "./tsconfig.json",
  3. "files": [
  4. "src/**/*.spec.ts"
  5. ],
  6. "compilerOptions": {
  7. "noEmit": true,
  8. }
  9. }