Fix building
This commit is contained in:
parent
9bc8f8b655
commit
dc3594db4f
2 changed files with 7 additions and 1 deletions
|
|
@ -69,6 +69,8 @@
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"ava": {
|
"ava": {
|
||||||
"timeout": "1m",
|
"timeout": "1m",
|
||||||
|
"workerThreads": false,
|
||||||
|
"serial": true,
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"ts": "module"
|
"ts": "module"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,9 @@
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"source"
|
"source"
|
||||||
]
|
],
|
||||||
|
"ts-node": {
|
||||||
|
"files": true,
|
||||||
|
"experimentalResolver": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue