Skip to content

Commit cb2c21d

Browse files
authored
chore: enable experimental typescript plugin (#1109)
1 parent 0887a8a commit cb2c21d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"i18n-ally.localesPaths": ["./i18n/locales"],
3-
"i18n-ally.keystyle": "nested"
3+
"i18n-ally.keystyle": "nested",
4+
"typescript.tsdk": "node_modules/typescript/lib"
45
}

nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ export default defineNuxtConfig({
133133

134134
experimental: {
135135
entryImportMap: false,
136+
typescriptPlugin: true,
136137
viteEnvironmentApi: true,
137138
viewTransition: true,
138139
typedPages: true,

0 commit comments

Comments
 (0)