We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ada80 commit 45c7d49Copy full SHA for 45c7d49
template/base/.vscode/settings.json
@@ -1,7 +1,7 @@
1
{
2
"explorer.fileNesting.enabled": true,
3
"explorer.fileNesting.patterns": {
4
- "tsconfig.json": "tsconfig.*.json, env.d.ts",
+ "tsconfig.json": "tsconfig.*.json, env.d.ts, typed-router.d.ts",
5
"vite.config.*": "jsconfig*, vitest.config.*, cypress.config.*, playwright.config.*",
6
"package.json": "package-lock.json, pnpm*, .yarnrc*, yarn*, .eslint*, eslint*, .oxlint*, oxlint*, .oxfmt*, .prettier*, prettier*, .editorconfig"
7
}
0 commit comments