mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 03:14:40 +03:00
9 lines
195 B
JSON
9 lines
195 B
JSON
|
{
|
||
|
"extends": "./node_modules/@hcengineering/platform-rig/profiles/ui/tsconfig.json",
|
||
|
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./lib",
|
||
|
"declarationDir": "./types"
|
||
|
}
|
||
|
}
|