From 6386cc4231c5fcacd480a6e7714c81ba6970218c Mon Sep 17 00:00:00 2001 From: kagami Date: Mon, 8 Jul 2024 22:20:59 +0800 Subject: [PATCH] Enable decorators --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 603665b..f6ea4ef 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,8 @@ "@/*": [ "./src/*" ] - } + }, + "experimentalDecorators": true }, "exclude": [ "test","gui","tools"