tsconfig.json 127 B

1234567
  1. {
  2. "compilerOptions": {
  3. "noEmit": false
  4. },
  5. "extends": "../../tsconfig.json",
  6. "include": ["src/**/*", "test/**/*"]
  7. }