tsconfig.json 114 B

1234567
  1. {
  2. "extends": "../tsconfig",
  3. "compilerOptions": {
  4. "noEmit": true
  5. },
  6. "references": [{ "path": ".." }]
  7. }