Answers for "vsc typescript auto build on save"

0

vsc typescript auto build on save

// tsconfig.json (compile tsc for update changes)
{
    "compileOnSave": true,
    "compilerOptions": {
        "watch": true
    }
}
Posted by: Guest on September-10-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language