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:
@@ -8,11 +8,10 @@
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"useUnknownInCatchVariables": false,
|
||||
"target": "es6",
|
||||
"target": "ES2021",
|
||||
"sourceMap": true,
|
||||
"allowJs": false,
|
||||
"outDir": "dist",
|
||||
"lib": ["es7"],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@nestjs/common": ["./packages/common"],
|
||||
|
||||
Reference in New Issue
Block a user