platform/qms-tests/sanity/tsconfig.json
2024-07-13 22:23:11 +07:00

9 lines
231 B
JSON

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