platform/server/core/tsconfig.json
Andrey Platov ee16a992f1
es2016
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-24 17:43:51 +02:00

10 lines
214 B
JSON

{
"extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json",
"compilerOptions": {
"target": "ES2019",
"rootDir": "./src",
"outDir": "./lib",
"esModuleInterop": true
}
}