[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: enable experimental typescript plugin (#1109)

authored by

山吹色御守 and committed by
GitHub
cb2c21dc 0887a8a4

+3 -1
+2 -1
.vscode/settings.json
··· 1 1 { 2 2 "i18n-ally.localesPaths": ["./i18n/locales"], 3 - "i18n-ally.keystyle": "nested" 3 + "i18n-ally.keystyle": "nested", 4 + "typescript.tsdk": "node_modules/typescript/lib" 4 5 }
+1
nuxt.config.ts
··· 133 133 134 134 experimental: { 135 135 entryImportMap: false, 136 + typescriptPlugin: true, 136 137 viteEnvironmentApi: true, 137 138 viewTransition: true, 138 139 typedPages: true,