|
- {
- "extends": "../../tsconfig.base.json",
- "compilerOptions": {
- "outDir": "./dist",
- "rootDir": "src",
- "tsBuildInfoFile": "./dist/.tsbuildinfo"
- },
- "references": [
- { "path": "../models" },
- { "path": "../core-utils" },
- { "path": "../node-utils" },
- { "path": "../server-commands" }
- ]
- }
|