mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-30 02:37:46 +03:00
9 lines
182 B
JSON
9 lines
182 B
JSON
|
{
|
||
|
"extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json",
|
||
|
|
||
|
"compilerOptions": {
|
||
|
"target": "ES6",
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./lib"
|
||
|
}
|
||
|
}
|