mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 05:53:09 +03:00
ee16a992f1
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
11 lines
250 B
JSON
11 lines
250 B
JSON
{
|
|
"extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
"target": "ES2019",
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"experimentalDecorators": true,
|
|
"esModuleInterop": true
|
|
}
|
|
} |