It'd be good to update the TypeScript recipe in light of AVA's new `extensions` support. I'm suggesting the following in the release notes, but I must admit I haven't actually tested it, and it's not mentioned in the recipe yet: ```json { "ava": { "compileEnhancements": false, "extensions": ["ts"], "require": [ "ts-node/register" ] } } ``` Shout if you're up for trying the snippet and updating the recipe 😄