Answers for "how to auto built typescript on save in vs code"

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 "how to auto built typescript on save in vs code"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language