Skip to content

Commit

Permalink
Add compile property to ava configuration
Browse files Browse the repository at this point in the history
This is required with `@ava/typescript` v2
  • Loading branch information
Henry Mercer committed Aug 11, 2021
1 parent 46ddfc6 commit 75d42be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"typescript": {
"rewritePaths": {
"src/": "lib/"
}
},
"compile": false
}
},
"license": "MIT",
Expand Down

0 comments on commit 75d42be

Please sign in to comment.