platform/server/minio/tsconfig.json
Andrey Sobolev 2eab0fc71f
UBER-477: Uberflow dependencies (#3440)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-06-20 12:47:00 +07:00

9 lines
204 B
JSON

{
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
"types": ["heft-jest", "node"],
}
}