mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-26 04:23:58 +03:00
8b0627fc0f
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
10 lines
233 B
JSON
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"],
|
|
}
|
|
} |