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 5
5
" ./src/**/*.ts" ,
6
6
" ./src/**/*.vue" ,
7
7
" ./typed-router.d.ts" ,
8
- " ./auto-imports.d.ts" ,
9
- " ../src"
8
+ " ./auto-imports.d.ts"
10
9
],
11
10
"compilerOptions" : {
12
11
"baseUrl" : " ." ,
13
12
"composite" : true ,
14
13
"moduleResolution" : " Bundler" ,
15
14
"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" ],
25
18
"unplugin-vue-router/data-loaders" : [
26
19
" ../src/data-loaders/entries/index.ts"
27
20
],
30
23
],
31
24
"unplugin-vue-router/data-loaders/pinia-colada" : [
32
25
" ../src/data-loaders/entries/pinia-colada.ts"
33
- ],
34
- },
26
+ ]
27
+ }
35
28
},
36
29
"vueCompilerOptions" : {
37
30
"plugins" : [
You can’t perform that action at this time.
0 commit comments