platform/tests/sanity/tsconfig.json
Andrey Sobolev 8b0627fc0f
UBERF-6426: Fix stuck backup (#5258)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-04-09 16:34:34 +07:00

10 lines
233 B
JSON

{
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
"compilerOptions": {
"rootDir": "./tests",
"outDir": "./lib",
"declarationDir": "./types",
"lib": ["esnext", "dom"],
}
}