tsconfig.json 387 B

123456789101112131415
  1. {
  2. "extends": "../../tsconfig.base.json",
  3. "compilerOptions": {
  4. "baseUrl": "./",
  5. "outDir": "./dist",
  6. "rootDir": "src",
  7. "tsBuildInfoFile": "./dist/.tsbuildinfo"
  8. },
  9. "references": [
  10. { "path": "../../packages/core-utils" },
  11. { "path": "../../packages/models" },
  12. { "path": "../../packages/node-utils" },
  13. { "path": "../../packages/server-commands" }
  14. ]
  15. }