From 4efff0e9c6139a0c50326b7698c6aa15174d85f4 Mon Sep 17 00:00:00 2001 From: Joachim Viide Date: Thu, 11 Nov 2021 04:37:30 +0200 Subject: [PATCH] Remove isolatedModules: true from tsconfig.json --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 45368b7..08771cc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,6 @@ "noImplicitReturns": true, "moduleResolution": "node", "outDir": "./dist/main", - "isolatedModules": true, "sourceMap": true, "forceConsistentCasingInFileNames": true },