Answers for "typescript compile on save"

0

typescript compile on save

// tsconfig.json
"compilerOptions": {      
	"watch": true
}
Posted by: Guest on May-01-2022

Code answers related to "TypeScript"

Browse Popular Code Answers by Language