fix: add explicit types array to fix babel__core type error

This commit is contained in:
Tiago Yamamoto 2025-12-15 10:08:48 -03:00
parent 9edfbcdc93
commit 0ef2ced860

View file

@ -1,5 +1,10 @@
{
"compilerOptions": {
"types": [
"node",
"jest",
"express"
],
"module": "nodenext",
"moduleResolution": "nodenext",
"resolvePackageJsonExports": true,
@ -22,4 +27,4 @@
"strictBindCallApply": false,
"noFallthroughCasesInSwitch": false
}
}
}