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 d07cf31 commit df5554eCopy full SHA for df5554e
package.json
@@ -47,8 +47,8 @@
47
"access": "public"
48
},
49
"scripts": {
50
- "build": "tsup src/index.ts --format esm,cjs --out-dir=lib --dts --clean",
51
- "dev": "tsup src/index.ts --format esm --out-dir=lib --watch --dts",
+ "build": "tsup src/index.ts --format esm,cjs --out-dir=dist --dts --clean",
+ "dev": "tsup src/index.ts --format esm --out-dir=dist --watch --dts",
52
"typecheck": "tsc --noEmit",
53
"lint": "eslint --fix .",
54
"format": "prettier --write .",
@@ -95,4 +95,4 @@
95
"injection-js": "*",
96
"vue": "3"
97
}
98
-}
+}
0 commit comments