tsconfig.spec.json 81 B

1234567
  1. {
  2. "extends": "./tsconfig.json",
  3. "include": [
  4. "spec",
  5. "typings"
  6. ]
  7. }