From 33b601cf0f572fbc75a63102abea34ee9e687fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20My=C5=9Bliwiec?= Date: Wed, 16 Feb 2022 14:11:38 +0100 Subject: [PATCH] build(): remove useUnknownInCatchVariables flag --- packages/common/Readme.md | 1 + packages/core/Readme.md | 1 + packages/microservices/Readme.md | 1 + packages/platform-express/Readme.md | 1 + packages/platform-fastify/Readme.md | 1 + packages/platform-socket.io/Readme.md | 1 + packages/platform-ws/Readme.md | 1 + packages/testing/Readme.md | 1 + packages/websockets/Readme.md | 1 + tsconfig.json | 1 - 10 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/common/Readme.md b/packages/common/Readme.md index 7cd4dbd33..772d0077a 100644 --- a/packages/common/Readme.md +++ b/packages/common/Readme.md @@ -123,6 +123,7 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors + ## Backers diff --git a/packages/core/Readme.md b/packages/core/Readme.md index 7cd4dbd33..772d0077a 100644 --- a/packages/core/Readme.md +++ b/packages/core/Readme.md @@ -123,6 +123,7 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors + ## Backers diff --git a/packages/microservices/Readme.md b/packages/microservices/Readme.md index 7cd4dbd33..772d0077a 100644 --- a/packages/microservices/Readme.md +++ b/packages/microservices/Readme.md @@ -123,6 +123,7 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors + ## Backers diff --git a/packages/platform-express/Readme.md b/packages/platform-express/Readme.md index 7cd4dbd33..772d0077a 100644 --- a/packages/platform-express/Readme.md +++ b/packages/platform-express/Readme.md @@ -123,6 +123,7 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors + ## Backers diff --git a/packages/platform-fastify/Readme.md b/packages/platform-fastify/Readme.md index 7cd4dbd33..772d0077a 100644 --- a/packages/platform-fastify/Readme.md +++ b/packages/platform-fastify/Readme.md @@ -123,6 +123,7 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors + ## Backers diff --git a/packages/platform-socket.io/Readme.md b/packages/platform-socket.io/Readme.md index 7cd4dbd33..772d0077a 100644 --- a/packages/platform-socket.io/Readme.md +++ b/packages/platform-socket.io/Readme.md @@ -123,6 +123,7 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors + ## Backers diff --git a/packages/platform-ws/Readme.md b/packages/platform-ws/Readme.md index 7cd4dbd33..772d0077a 100644 --- a/packages/platform-ws/Readme.md +++ b/packages/platform-ws/Readme.md @@ -123,6 +123,7 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors + ## Backers diff --git a/packages/testing/Readme.md b/packages/testing/Readme.md index 7cd4dbd33..772d0077a 100644 --- a/packages/testing/Readme.md +++ b/packages/testing/Readme.md @@ -123,6 +123,7 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors + ## Backers diff --git a/packages/websockets/Readme.md b/packages/websockets/Readme.md index 7cd4dbd33..772d0077a 100644 --- a/packages/websockets/Readme.md +++ b/packages/websockets/Readme.md @@ -123,6 +123,7 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors + ## Backers diff --git a/tsconfig.json b/tsconfig.json index 5712f3c0c..036b1a814 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,6 @@ "noLib": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, - "useUnknownInCatchVariables": false, "target": "es6", "sourceMap": true, "allowJs": true,