From c016dea56749236812c3de71eb3d097d77e2bfc6 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Fri, 11 Sep 2026 09:41:25 +0800 Subject: [PATCH] chore: use stage 3 decorator --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ea6ff69..c67a6fe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,5 @@ { "compilerOptions": { - "experimentalDecorators": true, "target": "ESNext", "useDefineForClassFields": true, "module": "ESNext",