Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 14, 2024
1 parent bd69b32 commit ed6fdcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/vitepress-twoslash/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default defineBuildConfig({
entries: [
'src/index.ts',
'src/client.ts',
'src/cache-fs.ts',
],
declaration: true,
rollup: {
Expand Down
4 changes: 4 additions & 0 deletions packages/vitepress-twoslash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"types": "./dist/client.d.mts",
"default": "./dist/client.mjs"
},
"./cache-fs": {
"types": "./dist/cache-fs.d.mts",
"default": "./dist/cache-fs.mjs"
},
"./style.css": "./style.css",
"./style-core.css": "./style-core.css"
},
Expand Down

0 comments on commit ed6fdcb

Please sign in to comment.