Once avajs/ava#2345 has shipped it should be possible to configure AVA to load ts files as ES modules.
This means we need to import them, instead of using require.
We should also explore if there may be a way to configure this within the typescript configuration.
Once avajs/ava#2345 has shipped it should be possible to configure AVA to load
tsfiles as ES modules.This means we need to import them, instead of using require.
We should also explore if there may be a way to configure this within the
typescriptconfiguration.