From ca7f97e765024b3ba279f2c4485e28add7b7e1a7 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 21 Apr 2022 13:44:38 +0200 Subject: v1.0.0 --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 4eb0b8f..a7dba88 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "esModuleInterop": true, "noEmit": true, "noUnusedLocals": true, + "experimentalDecorators": true, "noUnusedParameters": true, "noImplicitReturns": true }, -- cgit v1.3.1