From 16ddbfb00864363429e010b288fcd358c9c76bb0 Mon Sep 17 00:00:00 2001 From: samarmeena Date: Mon, 6 Nov 2023 11:00:20 +0530 Subject: [PATCH] chore: tsconfig --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 1b16225..a17bd16 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,8 +9,6 @@ "noUncheckedIndexedAccess": true, "rootDir": "src", "outDir": "dist", - "emitDecoratorMetadata": true, - "experimentalDecorators": true, "declaration": true, "importHelpers": true, "forceConsistentCasingInFileNames": true,