chore(injecta): remove fixed extension

This commit is contained in:
藍+85CD
2025-10-17 20:19:40 +08:00
parent fbf2fbba8c
commit 8d923cbc95
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
},
"exports": {
".": {
"type": "./dist/index.d.mjs",
"default": "./dist/index.mjs"
"type": "./dist/index.d.js",
"default": "./dist/index.js"
}
},
"scripts": {
-1
View File
@@ -7,5 +7,4 @@ export default defineConfig({
dts: true,
sourcemap: true,
unused: true,
fixedExtension: true,
})