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" },