From 5e1584f04db8323f33d7975938773de1c481a667 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sun, 31 Oct 2021 14:50:54 +0200 Subject: [PATCH] revert: use moduleResolution 'node' after all until TS 4.5 --- backend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,