Skip to content

Commit 256e9d1

Browse files
committed
config update to be compatible with Deno deploy
1 parent 3e49dd2 commit 256e9d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deno.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"compilerOptions": {
99
"jsx": "precompile", // see https://docs.deno.com/runtime/reference/jsx/#jsx-precompile-transform
1010
"jsxImportSource": "preact",
11-
"jsxPrecompileSkipElements": ["a", "link"]
11+
"jsxPrecompileSkipElements": ["a", "link"],
12+
"experimentalDecorators": false // https://deno.com/deploy/changelog#es-decorators-are-enabled-on-deno-deploy-replacing-experimental-ts-decorators
1213
},
1314
"tasks": {
1415
"dev": "deno -A --watch src/main.ts",

0 commit comments

Comments
 (0)