Dev experience on windows is poor:
Solution:
- Use tsc in watch mode (faster)
- Selectively compile modified files using strict compilation but not display errors in problems window
- Disable tslint (extension) from linting any unmodified files (we run linters only on modified files)
- Create three tasks in tasks.json
Dev experience on windows is poor:
Solution: