Skip to content

Commit 45c7d49

Browse files
authored
feat: add typed-router nesting under tsconfig (#924)
1 parent 71ada80 commit 45c7d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/base/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"explorer.fileNesting.enabled": true,
33
"explorer.fileNesting.patterns": {
4-
"tsconfig.json": "tsconfig.*.json, env.d.ts",
4+
"tsconfig.json": "tsconfig.*.json, env.d.ts, typed-router.d.ts",
55
"vite.config.*": "jsconfig*, vitest.config.*, cypress.config.*, playwright.config.*",
66
"package.json": "package-lock.json, pnpm*, .yarnrc*, yarn*, .eslint*, eslint*, .oxlint*, oxlint*, .oxfmt*, .prettier*, prettier*, .editorconfig"
77
}

0 commit comments

Comments
 (0)