Skip to content

Commit

Permalink
feat: add preferType on VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Feb 7, 2024
1 parent 9845272 commit a55bc6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"next/router.d.ts",
"next/dist/client/router.d.ts"
],
"typescript.preferences.preferTypeOnlyAutoImports": true, // Prefer type-only imports
"jest.autoRun": {
"watch": false // Start the jest with the watch flag
// "onStartup": ["all-tests"] // Run all tests upon project launch
Expand Down

0 comments on commit a55bc6a

Please sign in to comment.