VSC TypeScript Auto Build on Save

// tsconfig.json (compile tsc for update changes)
{
    "compileOnSave": true,
    "compilerOptions": {
        "watch": true
    }
}
Fair Flamingo