Skip to content

Commit

Permalink
chore: Update AVA configs
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Jul 3, 2024
1 parent 56ae167 commit 4cddb5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ava.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
export default {
failFast: true,
environmentVariables: {
TS_NODE_PROJECT: "./tsconfig.ava.json"
},
extensions: {
ts: "module"
},
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"moduleResolution": "node16",
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true
},
"ts-node": {
"transpileOnly": true
}
}

0 comments on commit 4cddb5f

Please sign in to comment.