We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38a113 commit d865adcCopy full SHA for d865adc
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"lint": "eslint .",
7
"lint:fix": "eslint . --fix",
8
- "build": "tsc && bun build.ts"
+ "build": "tsc --emitDeclarationOnly && bun build ./index.ts --external vue --outdir ."
9
},
10
"dependencies": {
11
"@vueuse/core": "13.0.0",
@@ -15,7 +15,6 @@
15
"devDependencies": {
16
"@eslint/js": "^9.22.0",
17
"@types/bun": "^1.2.5",
18
- "bun-plugin-dts": "^0.3.0",
19
"eslint-config-prettier": "^10.1.1",
20
"eslint-import-resolver-typescript": "^3.8.5",
21
"eslint-plugin-import-x": "^4.6.1",
0 commit comments