tsconfig.json 254 B

12345678910111213
  1. {
  2. "extends": "../../../tsconfig.shared",
  3. "compilerOptions": {
  4. "emitDeclarationOnly": false,
  5. "noEmit": true
  6. },
  7. "include": ["./package.json", "./src/**/*.*"],
  8. "references": [
  9. {
  10. "path": "../utils/tsconfig.build.json"
  11. }
  12. ]
  13. }