We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e95f9 commit 8abcf15Copy full SHA for 8abcf15
1 file changed
deno.json
@@ -1,11 +1,15 @@
1
{
2
"name": "@focal/docify",
3
- "version": "1.0.8",
+ "version": "1.0.9",
4
"license": "MIT",
5
"exports": "./mod.ts",
6
"imports": {
7
"@focal/cross": "jsr:@focal/cross@^1.0.6",
8
"@std/path": "jsr:@std/path@^1.0.9",
9
"@std/yaml": "jsr:@std/yaml@^1.0.6"
10
+ },
11
+ "compilerOptions": {
12
+ "experimentalDecorators": true,
13
+ "emitDecoratorMetadata": true
14
}
15
0 commit comments