Skip to content

Commit 1a769dd

Browse files
committed
Fix TS generating broken definitions
1 parent 98a2560 commit 1a769dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828
"typescript": "^5.0.0",
2929
"unified": "^11.0.0",
3030
"unist-util-remove-position": "^5.0.0",
31+
"vfile": "^6.0.0",
3132
"xo": "^0.56.0"
3233
},
34+
"#": "to do: remove `vfile` above when dust settles, it’s not needed, other that for TS build bugs currently",
3335
"scripts": {
3436
"#": "./packages/remark-cli/cli.js . --frail --output --quiet",
3537
"build": "tsc --build --clean && tsc --build && type-coverage",

0 commit comments

Comments
 (0)