Skip to content

Commit 1c1fe2f

Browse files
committed
Generate and export types.
1 parent c9b1d7c commit 1c1fe2f

4 files changed

Lines changed: 503 additions & 23 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
"dist",
1616
"src/components/splitpanes"
1717
],
18+
"types": "./dist/index.d.ts",
1819
"exports": {
1920
".": {
21+
"types": "./dist/index.d.ts",
2022
"import": "./dist/splitpanes.es.js",
2123
"require": "./dist/splitpanes.umd.js"
2224
},
@@ -58,6 +60,7 @@
5860
"sass": "^1.89.0",
5961
"simple-syntax-highlighter": "^3.1.1",
6062
"vite": "^6.3.5",
63+
"vite-plugin-dts": "^4.5.4",
6164
"vue": "^3.5.14",
6265
"vue-router": "^4.5.1",
6366
"wave-ui": "^3.21.1"

0 commit comments

Comments
 (0)