Skip to content

Commit c66077b

Browse files
committed
chore: playground ts
1 parent 1a186c2 commit c66077b

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

playground/tsconfig.json

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,16 @@
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
],
@@ -30,8 +23,8 @@
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": [

0 commit comments

Comments
 (0)