securis/src/main/webapp/.vscode/settings.json
.. .. @@ -1,5 +1,11 @@ 1 1 // Place your settings in this file to overwrite default and user settings. 2 2 { 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": true9 + }10 +5 11 }