Skip to content

Commit 8abcf15

Browse files
committed
compiler options
1 parent d0e95f9 commit 8abcf15

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

deno.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "@focal/docify",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"license": "MIT",
55
"exports": "./mod.ts",
66
"imports": {
77
"@focal/cross": "jsr:@focal/cross@^1.0.6",
88
"@std/path": "jsr:@std/path@^1.0.9",
99
"@std/yaml": "jsr:@std/yaml@^1.0.6"
10+
},
11+
"compilerOptions": {
12+
"experimentalDecorators": true,
13+
"emitDecoratorMetadata": true
1014
}
1115
}

0 commit comments

Comments
 (0)