Skip to content

Commit

Permalink
feat(vscode) add typescript configs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitgitWi committed Mar 23, 2023
1 parent c47fb36 commit 2e89061
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@
"editor.formatOnSave": true,
"prettier.singleQuote": true,
"prettier.endOfLine": "lf",
"prettier.trailingComma": "es5"
"prettier.trailingComma": "es5",
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.experimental.tsserver.web.enableProjectWideIntellisense": true,
"javascript.inlayHints.parameterNames.enabled": "literals",
"javascript.inlayHints.parameterTypes.enabled": true,
"typescript.inlayHints.parameterNames.enabled": "literals",
"typescript.inlayHints.parameterTypes.enabled": true,
}

0 comments on commit 2e89061

Please sign in to comment.