napi-rs/cli/ava.config.mjs
forehal a781a4f27e feat(cli): brand new cli tool with both cli and programmatical usage (#1492)
BREAKING CHANGE: requires node >= 16 and some cli options have been renamed
2023-04-06 11:04:53 +08:00

10 lines
227 B
JavaScript

export default {
extensions: {
ts: 'module',
},
files: ['**/__tests__/**/*.spec.ts'],
nodeArguments: ['--loader=ts-node/esm/transpile-only'],
environmentVariables: {
TS_NODE_PROJECT: './tsconfig.json',
},
}