From 9eecb68a56f350426b7325377ce045cbefc9b3e5 Mon Sep 17 00:00:00 2001 From: samarmeena Date: Sun, 3 Dec 2023 19:36:41 +0530 Subject: [PATCH] refactor: disable emitDecoratorMetadata --- 1-starter/tsconfig.json | 2 +- 2-starter-with-api/tsconfig.json | 2 +- 3-blank/tsconfig.json | 2 +- 5-music-player-lavalink/tsconfig.json | 2 +- 6-koa-server/tsconfig.json | 2 +- 7-hot-module-reload/tsconfig.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/1-starter/tsconfig.json b/1-starter/tsconfig.json index 646fe35..f5de8d5 100644 --- a/1-starter/tsconfig.json +++ b/1-starter/tsconfig.json @@ -9,7 +9,7 @@ "allowSyntheticDefaultImports": true, "experimentalDecorators": true, - "emitDecoratorMetadata": true, + "emitDecoratorMetadata": false, "skipLibCheck": true, "forceConsistentCasingInFileNames": true diff --git a/2-starter-with-api/tsconfig.json b/2-starter-with-api/tsconfig.json index 646fe35..f5de8d5 100644 --- a/2-starter-with-api/tsconfig.json +++ b/2-starter-with-api/tsconfig.json @@ -9,7 +9,7 @@ "allowSyntheticDefaultImports": true, "experimentalDecorators": true, - "emitDecoratorMetadata": true, + "emitDecoratorMetadata": false, "skipLibCheck": true, "forceConsistentCasingInFileNames": true diff --git a/3-blank/tsconfig.json b/3-blank/tsconfig.json index 646fe35..f5de8d5 100644 --- a/3-blank/tsconfig.json +++ b/3-blank/tsconfig.json @@ -9,7 +9,7 @@ "allowSyntheticDefaultImports": true, "experimentalDecorators": true, - "emitDecoratorMetadata": true, + "emitDecoratorMetadata": false, "skipLibCheck": true, "forceConsistentCasingInFileNames": true diff --git a/5-music-player-lavalink/tsconfig.json b/5-music-player-lavalink/tsconfig.json index 646fe35..f5de8d5 100644 --- a/5-music-player-lavalink/tsconfig.json +++ b/5-music-player-lavalink/tsconfig.json @@ -9,7 +9,7 @@ "allowSyntheticDefaultImports": true, "experimentalDecorators": true, - "emitDecoratorMetadata": true, + "emitDecoratorMetadata": false, "skipLibCheck": true, "forceConsistentCasingInFileNames": true diff --git a/6-koa-server/tsconfig.json b/6-koa-server/tsconfig.json index 646fe35..f5de8d5 100644 --- a/6-koa-server/tsconfig.json +++ b/6-koa-server/tsconfig.json @@ -9,7 +9,7 @@ "allowSyntheticDefaultImports": true, "experimentalDecorators": true, - "emitDecoratorMetadata": true, + "emitDecoratorMetadata": false, "skipLibCheck": true, "forceConsistentCasingInFileNames": true diff --git a/7-hot-module-reload/tsconfig.json b/7-hot-module-reload/tsconfig.json index 646fe35..f5de8d5 100644 --- a/7-hot-module-reload/tsconfig.json +++ b/7-hot-module-reload/tsconfig.json @@ -9,7 +9,7 @@ "allowSyntheticDefaultImports": true, "experimentalDecorators": true, - "emitDecoratorMetadata": true, + "emitDecoratorMetadata": false, "skipLibCheck": true, "forceConsistentCasingInFileNames": true