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