diff --git a/backend/tsconfig.json b/backend/tsconfig.json index cbd901aa..23f838e2 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "moduleResolution": "node12", + "moduleResolution": "node", "module": "commonjs", "noImplicitAny": false, "allowSyntheticDefaultImports": true,