mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Require dotenv and tsconfig-paths for ava
This commit is contained in:
parent
e2e47ef705
commit
095176866a
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,9 @@
|
|||
"private": true,
|
||||
"ava": {
|
||||
"require": [
|
||||
"esm"
|
||||
"dotenv/config",
|
||||
"esm",
|
||||
"tsconfig-paths/register"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue