rsanchez
2017-04-13 849f8f0acbe896cac7e531fee6895442382318cc
securis/src/main/webapp/.vscode/settings.json
....@@ -1,5 +1,11 @@
11 // Place your settings in this file to overwrite default and user settings.
22 {
3
- "typescript.tsdk": "./node_modules/typescript/lib"
4
-
3
+ "typescript.tsdk": "./node_modules/typescript/lib",
4
+ "files.exclude": {
5
+ "**/.git": true,
6
+ "**/.DS_Store": true,
7
+ "**/*.js": {"when": "$(basename).ts"},
8
+ "**/*.js.map": true
9
+ }
10
+
511 }