chore: bump deps

This commit is contained in:
Evan You
2021-08-22 15:33:21 -04:00
parent 73f8cae465
commit 84b24a71f0
7 changed files with 804 additions and 1159 deletions

View File

@@ -16,7 +16,8 @@ module.exports = {
__COMPAT__: true,
'ts-jest': {
tsconfig: {
target: 'esnext'
target: 'esnext',
sourceMap: true
}
}
},