Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

typescript compile on save

// tsconfig.json
"compilerOptions": {      
	"watch": true
}
 
PREVIOUS NEXT
Tagged: #typescript #compile #save
ADD COMMENT
Topic
Name
6+8 =