Fix building

This commit is contained in:
Sindre Sorhus 2022-06-03 15:03:42 +07:00
parent 9bc8f8b655
commit dc3594db4f
2 changed files with 7 additions and 1 deletions

View file

@ -69,6 +69,8 @@
"sideEffects": false,
"ava": {
"timeout": "1m",
"workerThreads": false,
"serial": true,
"extensions": {
"ts": "module"
},