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 22
22
"sideEffects" : false ,
23
23
"exports" : {
24
24
"." : {
25
- "types" : " ./dist/types.d.ts " ,
25
+ "types" : " ./dist/types.d.mts " ,
26
26
"default" : " ./dist/module.mjs"
27
27
},
28
28
"./package.json" : " ./package.json"
33
33
" dist"
34
34
],
35
35
"scripts" : {
36
- "prepack" : " nuxt-module-build build" ,
36
+ "prepack" : " nuxt-module-build prepare && nuxt-module-build build" ,
37
37
"dev" : " nuxi dev playground" ,
38
38
"dev:build" : " nuxi build playground" ,
39
39
"dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
58
58
"changelogen" : " ^0.5.7" ,
59
59
"eslint" : " ^9.11.0" ,
60
60
"nuxt" : " ^3.13.0" ,
61
- "typescript" : " latest " ,
61
+ "typescript" : " ^5.6.3 " ,
62
62
"vitest" : " ^2.1.1" ,
63
63
"vue-tsc" : " ^2.1.6"
64
64
}
You can’t perform that action at this time.
0 commit comments