aboutsummaryrefslogtreecommitdiff
path: root/web/pw-frontend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/pw-frontend/tsconfig.json')
-rw-r--r--web/pw-frontend/tsconfig.json2
1 files changed, 2 insertions, 0 deletions
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": ".",