File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 55 " ./src/**/*.ts" ,
66 " ./src/**/*.vue" ,
77 " ./typed-router.d.ts" ,
8- " ./auto-imports.d.ts" ,
9- " ../src"
8+ " ./auto-imports.d.ts"
109 ],
1110 "compilerOptions" : {
1211 "baseUrl" : " ." ,
1312 "composite" : true ,
1413 "moduleResolution" : " Bundler" ,
1514 "paths" : {
16- "@/*" : [
17- " ./src/*"
18- ],
19- "unplugin-vue-router/runtime" : [
20- " ../src/runtime.ts"
21- ],
22- "unplugin-vue-router/types" : [
23- " ../src/types.ts"
24- ],
15+ "@/*" : [" ./src/*" ],
16+ "unplugin-vue-router/runtime" : [" ../src/runtime.ts" ],
17+ "unplugin-vue-router/types" : [" ../src/types.ts" ],
2518 "unplugin-vue-router/data-loaders" : [
2619 " ../src/data-loaders/entries/index.ts"
2720 ],
3023 ],
3124 "unplugin-vue-router/data-loaders/pinia-colada" : [
3225 " ../src/data-loaders/entries/pinia-colada.ts"
33- ],
34- },
26+ ]
27+ }
3528 },
3629 "vueCompilerOptions" : {
3730 "plugins" : [
You can’t perform that action at this time.
0 commit comments