Is it possible to use ava --watch functionality when i write the tests in typescript?
Now I have something like this
"test": "tsc -p tsconfig.test.json && ava \"dist_test/**/*.js\""
Only it would be nice to have it only test modified source / test files during development.