Skip to content

Commit

Permalink
chore: exclude node:test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Dec 22, 2024
1 parent 0858fde commit 301488d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
"source.organizeImports": "never"
},
"prettier.enable": false,
"vite.autoStart": false
"vite.autoStart": false,
"typescript.preferences.autoImportSpecifierExcludeRegexes": [
"node:test"
]
}

0 comments on commit 301488d

Please sign in to comment.