VSC Typescript Auto Build no salvamento
// tsconfig.json (compile tsc for update changes)
{
"compileOnSave": true,
"compilerOptions": {
"watch": true
}
}
Fair Flamingo