Skip to content

Commit bcc2139

Browse files
authored
Merge pull request #383 from ixartz/vitest-browser
Vitest-browser
2 parents 2111d9f + 19d783f commit bcc2139

File tree

4 files changed

+1425
-827
lines changed

4 files changed

+1425
-827
lines changed

.vscode/settings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88
// TypeScript
99
"typescript.tsdk": "node_modules/typescript/lib", // Use the workspace version of TypeScript
1010
"typescript.enablePromptUseWorkspaceTsdk": true, // For security reasons it's require that users opt into using the workspace version of typescript
11-
"typescript.preferences.autoImportFileExcludePatterns": [
11+
"typescript.preferences.autoImportSpecifierExcludeRegexes": [
1212
// useRouter should be imported from `next/navigation` instead of `next/router`
13-
"next/router.d.ts",
14-
"next/dist/client/router.d.ts",
13+
"next/router",
1514
// give priority for Link to next/link instead of lucide-react
1615
"lucide-react"
1716
],

0 commit comments

Comments
 (0)