We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ae167 commit 4cddb5fCopy full SHA for 4cddb5f
ava.config.js
@@ -1,8 +1,5 @@
1
export default {
2
failFast: true,
3
- environmentVariables: {
4
- TS_NODE_PROJECT: "./tsconfig.ava.json"
5
- },
6
extensions: {
7
ts: "module"
8
},
tsconfig.json
@@ -18,5 +18,8 @@
18
"moduleResolution": "node16",
19
"forceConsistentCasingInFileNames": true,
20
"allowSyntheticDefaultImports": true
21
+ },
22
+ "ts-node": {
23
+ "transpileOnly": true
24
}
25
0 commit comments