// Place your settings in this file to overwrite default and user settings. { "files.exclude": { "**/.git*": true, "dist": true, "**/node_modules": false, "node_modules": false, "typings": true }, "typescript.tsdk": "node_modules\\typescript\\lib", "javascript.preferences.quoteStyle": "single", "typescript.preferences.quoteStyle": "single", "editor.suggest.localityBonus": true, "editor.detectIndentation": false, "editor.formatOnSave": false, "editor.insertSpaces": true, "editor.tabSize": 4, }