From 78564b9a76b2d42d49067092ca8f8342fc40978b Mon Sep 17 00:00:00 2001 From: Max P Date: Sat, 24 Aug 2024 02:02:41 +0200 Subject: [PATCH] refactor!: Disable `experimentalDecorators` and `emitDecoratorMetadata` in `tsconfig` --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 782ed0e..83182f7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,8 +18,6 @@ "importHelpers": true, "isolatedModules": true, "resolveJsonModule": true, - "experimentalDecorators": true, - "emitDecoratorMetadata": true, "strictNullChecks": true, "strictPropertyInitialization": true, "lib": [