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 0887a8a commit cb2c21dCopy full SHA for cb2c21d
.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
@@ -133,6 +133,7 @@ export default defineNuxtConfig({
133
134
experimental: {
135
entryImportMap: false,
136
+ typescriptPlugin: true,
137
viteEnvironmentApi: true,
138
viewTransition: true,
139
typedPages: true,
0 commit comments