From fcd8ab16d641a652c20dffd8906c45cd5a7ed7ab Mon Sep 17 00:00:00 2001 From: Thomas Cruveilher <38007824+Sorikairox@users.noreply.github.com> Date: Fri, 16 Feb 2024 23:22:22 +0900 Subject: [PATCH] chore: add experimentalDecorators to true --- deno.json | 1 + 1 file changed, 1 insertion(+) diff --git a/deno.json b/deno.json index 46681794..231bc6b4 100644 --- a/deno.json +++ b/deno.json @@ -21,6 +21,7 @@ }, "compilerOptions": { "emitDecoratorMetadata": true, + "experimentalDecorators": true, "jsx": "react-jsx", "jsxImportSource": "preact" },