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