platform/qms-tests/sanity/tsconfig.json

9 lines
231 B
JSON
Raw Normal View History

2024-07-13 18:23:11 +03:00
{
"extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json",
"compilerOptions": {
"rootDir": "./tests",
"outDir": "./lib",
"declarationDir": "./types",
"lib": ["esnext", "dom"]
}
}