Created
May 29, 2017 14:20
-
-
Save hafeez-syed/f25f76d2f56ffbc9c2f7b31be9e41f4d to your computer and use it in GitHub Desktop.
Typescript user settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"typescript.tsdk": "/usr/local/lib/node_modules/typescript/lib", | |
//"editor.fontFamily": "Roboto Mono", | |
"editor.fontSize": 16, | |
"editor.quickSuggestions": true, | |
"editor.parameterHints": true, | |
"editor.wordBasedSuggestions": true, | |
"editor.selectionHighlight": false, | |
"editor.suggestOnTriggerCharacters": true, | |
"editor.cursorBlinking": "solid", | |
"files.autoSave": "afterDelay", | |
"files.autoSaveDelay": 1000, | |
"vsicons.projectDetection.autoReload": true, | |
"window.zoomLevel": 1, | |
"typescript.check.tscVersion": false, | |
"workbench.colorTheme": "Material Theme", | |
"workbench.iconTheme": "material-icon-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment