File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 "sideEffects" : false ,
2323 "exports" : {
2424 "." : {
25- "types" : " ./dist/types.d.ts " ,
25+ "types" : " ./dist/types.d.mts " ,
2626 "default" : " ./dist/module.mjs"
2727 },
2828 "./package.json" : " ./package.json"
3333 " dist"
3434 ],
3535 "scripts" : {
36- "prepack" : " nuxt-module-build build" ,
36+ "prepack" : " nuxt-module-build prepare && nuxt-module-build build" ,
3737 "dev" : " nuxi dev playground" ,
3838 "dev:build" : " nuxi build playground" ,
3939 "dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
5858 "changelogen" : " ^0.5.7" ,
5959 "eslint" : " ^9.11.0" ,
6060 "nuxt" : " ^3.13.0" ,
61- "typescript" : " latest " ,
61+ "typescript" : " ^5.6.3 " ,
6262 "vitest" : " ^2.1.1" ,
6363 "vue-tsc" : " ^2.1.6"
6464 }
You can’t perform that action at this time.
0 commit comments