From c6c481f55223f77a24a5174aab3e0272862f7c22 Mon Sep 17 00:00:00 2001 From: Lio Young Date: Mon, 9 Aug 2021 16:47:34 +0200 Subject: [PATCH] enable decorators and update modulus --- src/utils/modulus | 2 +- tsconfig.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/modulus b/src/utils/modulus index 5ad0bdd..536e9c2 160000 --- a/src/utils/modulus +++ b/src/utils/modulus @@ -1 +1 @@ -Subproject commit 5ad0bddb810202eee398c4d519d9c1b88de78eda +Subproject commit 536e9c2391657d22bfb72c6270f998446036dbcb diff --git a/tsconfig.json b/tsconfig.json index 1401bf3..35ea045 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,7 @@ "downlevelIteration": true, "newLine": "lf", "strict": true, + "experimentalDecorators": true, "strictBindCallApply": true, "strictPropertyInitialization": false, "declaration": true