File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 83
83
"require" : " ./dist/data-loaders/pinia-colada.cjs"
84
84
},
85
85
"./volar/sfc-route-blocks" : {
86
- "require" : " ./dist/volar/sfc-route-blocks.cjs"
86
+ "types" : " ./dist/volar/sfc-route-blocks.d.cts" ,
87
+ "default" : " ./dist/volar/sfc-route-blocks.cjs"
87
88
},
88
89
"./volar/sfc-typed-router" : {
89
- "require" : " ./dist/volar/sfc-typed-router.cjs"
90
+ "types" : " ./dist/volar/sfc-typed-router.d.cts" ,
91
+ "default" : " ./dist/volar/sfc-typed-router.cjs"
90
92
},
91
93
"./client" : {
92
94
"types" : " ./client.d.ts"
103
105
"data-loaders/pinia-colada" : [
104
106
" ./dist/data-loaders/pinia-colada.d.ts"
105
107
],
108
+ "volar/sfc-route-blocks" : [
109
+ " ./dist/volar/sfc-route-blocks.d.cts"
110
+ ],
111
+ "volar/sfc-typed-router" : [
112
+ " ./dist/volar/sfc-typed-router.d.cts"
113
+ ],
106
114
"*" : [
107
115
" ./dist/*" ,
108
116
" ./*"
You can’t perform that action at this time.
0 commit comments