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 87353fe commit 1ec98d4Copy full SHA for 1ec98d4
2 files changed
.vscode/settings.json
@@ -1,4 +1,5 @@
1
{
2
"i18n-ally.localesPaths": ["./i18n/locales"],
3
- "i18n-ally.keystyle": "nested"
+ "i18n-ally.keystyle": "nested",
4
+ "typescript.tsdk": "node_modules/typescript/lib"
5
}
nuxt.config.ts
@@ -136,6 +136,7 @@ export default defineNuxtConfig({
136
137
experimental: {
138
entryImportMap: false,
139
+ typescriptPlugin: true,
140
viteEnvironmentApi: true,
141
viewTransition: true,
142
typedPages: true,
0 commit comments