chore(unocss-preset-fonts): remove fixed extension

This commit is contained in:
藍+85CD
2025-10-17 20:22:32 +08:00
parent 6c452275bd
commit 7be7a836fc
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -17,8 +17,8 @@
},
"exports": {
".": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
@@ -11,5 +11,4 @@ export default defineConfig({
],
dts: true,
sourcemap: true,
fixedExtension: true,
})