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,
|
||||
"ava": {
|
||||
"timeout": "1m",
|
||||
"workerThreads": false,
|
||||
"serial": true,
|
||||
"extensions": {
|
||||
"ts": "module"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5,5 +5,9 @@
|
|||
},
|
||||
"include": [
|
||||
"source"
|
||||
]
|
||||
],
|
||||
"ts-node": {
|
||||
"files": true,
|
||||
"experimentalResolver": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue