We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d933ca9 commit 6aaa750Copy full SHA for 6aaa750
storage/framework/core/tsconfig.json
@@ -25,15 +25,7 @@
25
},
26
"resolveJsonModule": true,
27
"types": [
28
- "bun",
29
- "vite/client",
30
- "unplugin-vue-router/client",
31
- // "vue/ref-macros",
32
- "vite-plugin-pwa/client",
33
- "vite-plugin-layouts/client",
34
- "@intlify/unplugin-vue-i18n/messages",
35
- "@vite-pwa/vitepress",
36
- "vitepress"
+ "bun"
37
],
38
"allowImportingTsExtensions": true,
39
"strict": true,
@@ -69,8 +61,7 @@
69
61
"../../../*.yml",
70
62
"../../../**/*.yml",
71
63
"../../../*.d.ts",
72
- "../../../**/*.d.ts",
73
- "../docs/.vitepress/*"
64
+ "../../../**/*.d.ts"
74
65
75
66
"exclude": [
76
67
"../**/cdk.out",
@@ -84,7 +75,6 @@
84
"../server/core",
85
"../server/docs",
86
77
"../server/routes",
87
- "../server/storage",
88
- "../../../.stacks"
78
+ "../server/storage"
89
79
]
90
80
}
0 commit comments