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

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
}
}