Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

vsc typescript auto build on save

// tsconfig.json (compile tsc for update changes)
{
    "compileOnSave": true,
    "compilerOptions": {
        "watch": true
    }
}
 
PREVIOUS NEXT
Tagged: #vsc #typescript #auto #build #save
ADD COMMENT
Topic
Name
8+8 =