Skip to content

Commit 4cddb5f

Browse files
committed
chore: Update AVA configs
1 parent 56ae167 commit 4cddb5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ava.config.js

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
export default {
22
failFast: true,
3-
environmentVariables: {
4-
TS_NODE_PROJECT: "./tsconfig.ava.json"
5-
},
63
extensions: {
74
ts: "module"
85
},

tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"moduleResolution": "node16",
1919
"forceConsistentCasingInFileNames": true,
2020
"allowSyntheticDefaultImports": true
21+
},
22+
"ts-node": {
23+
"transpileOnly": true
2124
}
2225
}

0 commit comments

Comments
 (0)