diff --git a/backoffice/tsconfig.json b/backoffice/tsconfig.json index aba29b0..b0d9f65 100644 --- a/backoffice/tsconfig.json +++ b/backoffice/tsconfig.json @@ -1,5 +1,10 @@ { "compilerOptions": { + "types": [ + "node", + "jest", + "express" + ], "module": "nodenext", "moduleResolution": "nodenext", "resolvePackageJsonExports": true, @@ -22,4 +27,4 @@ "strictBindCallApply": false, "noFallthroughCasesInSwitch": false } -} +} \ No newline at end of file