Skip to content

Commit

Permalink
feat: generate dts
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitgrace committed Oct 29, 2024
1 parent 97bdc72 commit dcda796
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 109 deletions.
187 changes: 84 additions & 103 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
"files": [
"dist"
],
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"browser": "./dist/svelte.min.js",
"unpkg": "./dist/svelte.min.js",
"keywords": [
Expand All @@ -31,9 +33,10 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^22.8.2",
"highlight.js": "^11.10.0",
"rollup": "^2.79.2",
"rollup-plugin-terser": "^7.0.2"
"rollup": "^4.24.2",
"rollup-plugin-dts": "^6.1.1"
}
}
Loading

0 comments on commit dcda796

Please sign in to comment.