mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
chore: update minimum engine version to 16
This commit is contained in:
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user