From c26f72890f934d654742328702661f0bd73b7582 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Thu, 23 Dec 2021 18:22:14 +0100 Subject: fix frontend build --- web/pw-frontend/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/pw-frontend/tsconfig.json') diff --git a/web/pw-frontend/tsconfig.json b/web/pw-frontend/tsconfig.json index 2bfc2d3..e242fcf 100644 --- a/web/pw-frontend/tsconfig.json +++ b/web/pw-frontend/tsconfig.json @@ -3,7 +3,9 @@ "compilerOptions": { "target": "esnext", "useDefineForClassFields": true, + // "module": "esnext", "module": "esnext", + "esModuleInterop": true, "resolveJsonModule": true, "baseUrl": ".", -- cgit v1.2.3