Skip to content

Commit

Permalink
chore(config): Update settings.json (#786)
Browse files Browse the repository at this point in the history
plugin "typescript-plugin-css-modules" needs these two configurations.
  • Loading branch information
huchase authored Jun 11, 2024
1 parent 33d1f36 commit 89b4492
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
},
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}

0 comments on commit 89b4492

Please sign in to comment.