fix: add explicit types array to fix babel__core type error
This commit is contained in:
parent
9edfbcdc93
commit
0ef2ced860
1 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"types": [
|
||||
"node",
|
||||
"jest",
|
||||
"express"
|
||||
],
|
||||
"module": "nodenext",
|
||||
"moduleResolution": "nodenext",
|
||||
"resolvePackageJsonExports": true,
|
||||
|
|
@ -22,4 +27,4 @@
|
|||
"strictBindCallApply": false,
|
||||
"noFallthroughCasesInSwitch": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue