Skip to content

Commit f45d1d8

Browse files
committed
fix: types reference wrong
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent c397985 commit f45d1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/observablehq-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"import": "./dist/index.js"
1212
},
1313
"./runtime": {
14-
"types": "./types/runtime.d.ts",
14+
"types": "./types/kit/runtime.d.ts",
1515
"import": "./dist/runtime.js"
1616
},
1717
"./dist/*": "./dist/*"

0 commit comments

Comments
 (0)