// Place your settings in this file to overwrite default and user settings. { "typescript.tsdk": "./node_modules/typescript/lib", "files.exclude": { "**/.git": true, "**/.DS_Store": true, "**/*.js": {"when": "$(basename).ts"}, "**/*.js.map": true } }