Skip to content

Commit 1ec98d4

Browse files
KazariEXwhitep4nth3r
authored andcommitted
chore: enable experimental typescript plugin (#1109)
1 parent 87353fe commit 1ec98d4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.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
@@ -136,6 +136,7 @@ export default defineNuxtConfig({
136136

137137
experimental: {
138138
entryImportMap: false,
139+
typescriptPlugin: true,
139140
viteEnvironmentApi: true,
140141
viewTransition: true,
141142
typedPages: true,

0 commit comments

Comments
 (0)