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 8a9ac26 commit f0f6feeCopy full SHA for f0f6fee
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"lint": "eslint .",
7
"lint:fix": "eslint . --fix",
8
- "build": "tsc --emitDeclarationOnly && bun build ./index.ts --minify --external vue --outdir ."
+ "build": "tsc && bun build ./index.ts --minify --external vue --outdir ."
9
},
10
"dependencies": {
11
"@vueuse/core": "13.0.0",
@@ -16,7 +16,7 @@
16
"@eslint/js": "^9.22.0",
17
"@types/bun": "^1.2.5",
18
"eslint-config-prettier": "^10.1.1",
19
- "eslint-import-resolver-typescript": "^3.8.6",
+ "eslint-import-resolver-typescript": "^3.8.7",
20
"eslint-plugin-import-x": "^4.6.1",
21
"eslint-plugin-perfectionist": "^4.10.1",
22
"eslint-plugin-prettier": "^5.2.3",
0 commit comments