platform/server/collaborator/tsconfig.json
Alexander Onnikov f85da1de91
UBERF-4569 Extract collaborator to server package (#4179)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
2023-12-12 15:16:06 +07:00

9 lines
218 B
JSON

{
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
"tsBuildInfoFile": ".build/build.tsbuildinfo"
}
}