Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-24 18:12:05 +02:00
parent 25738277ca
commit 5ca13be5cd
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0
2 changed files with 3 additions and 3 deletions
dev/prod
packages/platform-rig/profiles/default

View File

@ -3,13 +3,13 @@
"outDir": "./dist/",
"noImplicitAny": true,
"module": "esnext",
"target": "es6",
"target": "es2016",
"allowJs": true,
"sourceMap": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"lib": [
"esnext",
"es2016",
"dom"
]
}

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES6",
"target": "ES2016",
"module": "commonjs",
"declaration": true,
"strict": true,