Files
huly-platform/server/minio/tsconfig.json
T
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"],
}
}