platform/server/rpc/tsconfig.json
Andrey Sobolev 84b7df4923
TSK-742: Use partial binary protocol with ability on/off (#3153)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-05-11 00:16:13 +07:00

10 lines
220 B
JSON

{
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
"compilerOptions": {
"target": "ES2019",
"rootDir": "./src",
"outDir": "./lib",
"esModuleInterop": true
}
}