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

@@ -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"],