mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-02 09:13:54 +03:00
9 lines
231 B
JSON
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"]
|
|
}
|
|
} |