Disable useless tap features

This commit is contained in:
James Sumners 2019-12-07 09:54:29 -05:00
parent 76469c80a4
commit c4fc432a80
No known key found for this signature in database
GPG Key ID: DD9AAE30F864776B
1 changed files with 2 additions and 0 deletions

2
.taprc
View File

@ -1,4 +1,6 @@
esm: false
jsx: false
ts: false
files:
- 'test/**/*.test.js'