diff --git a/.vscode/settings.json b/.vscode/settings.json index acf59cad..6de4f13b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,7 +13,10 @@ "i18n-ally.keystyle": "nested", "i18n-ally.localesPaths": ["src/locales/langs"], "i18n-ally.parsers.typescript.compilerOptions": { - "moduleResolution": "node" + "moduleResolution": "node", + "ignoreDeprecations": "6.0", + "rootDir": ".", + "baseUrl": "." }, "oxc.fmt.configPath": ".oxfmtrc.json", "unocss.root": ["./"]