mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-26 13:47:26 +03:00
es2016
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
a9d1349c2d
commit
ee16a992f1
@ -2,6 +2,7 @@
|
||||
"extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json",
|
||||
|
||||
"compilerOptions": {
|
||||
"target": "ES2019",
|
||||
"rootDir": "./src",
|
||||
"outDir": "./lib",
|
||||
"experimentalDecorators": true,
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2019",
|
||||
"target": "es2016",
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"strict": true,
|
||||
|
@ -2,6 +2,7 @@
|
||||
"extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json",
|
||||
|
||||
"compilerOptions": {
|
||||
"target": "ES2019",
|
||||
"rootDir": "./src",
|
||||
"outDir": "./lib",
|
||||
"esModuleInterop": true
|
||||
|
Loading…
Reference in New Issue
Block a user