mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03:00
9 lines
181 B
JSON
9 lines
181 B
JSON
|
{
|
||
|
"extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json",
|
||
|
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./lib",
|
||
|
"types": ["node"]
|
||
|
}
|
||
|
}
|