chore: update minimum engine version to 16

This commit is contained in:
Kamil Myśliwiec
2023-04-05 13:31:07 +02:00
parent 90a3416288
commit 0f904d2cab
62 changed files with 62 additions and 64 deletions

View File

@@ -3,7 +3,6 @@
"experimentalDecorators": true,
"noUnusedParameters": false,
"noUnusedLocals": false,
"lib": ["es2015", "dom", "es2016.array.include"],
"module": "commonjs",
"moduleResolution": "node",
"outDir": "../../dist/tools/gulp",
@@ -12,7 +11,7 @@
"noImplicitThis": true,
"noEmitOnError": true,
"noImplicitAny": false,
"target": "es5",
"target": "ES2021",
"types": [
"node"
],