From eff60389d43e914827652b90afc3509094fc9cf4 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 13 Dec 2022 08:36:05 +0100 Subject: [PATCH] removed "module": "ES2020", --- frontend/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 8049858..ff99ffb 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -1,6 +1,5 @@ { "compilerOptions": { - "module": "ES2020", "noImplicitAny": true, "outFile": "./build/build.js", "preserveConstEnums": true,