summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json12
1 files changed, 3 insertions, 9 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 040cd388..4a9bab7c 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,12 +1,6 @@
{
- "files.exclude": {
- "out": false // set this to true to hide the "out" folder with the compiled JS files
- },
- "search.exclude": {
- "out": true // set this to false to include "out" folder in search results
- },
- "typescript.tsdk": "./node_modules/typescript/lib",
+ "editor.insertSpaces": false,
+ "tslint.enable": true,
"typescript.tsc.autoDetect": "off",
- "npm.exclude": ["**/client", "**/server"],
- "npm.enableScriptExplorer": true
+ "typescript.preferences.quoteStyle": "single"
} \ No newline at end of file