aboutsummaryrefslogtreecommitdiff
path: root/web/pw-frontend/tsconfig.json
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2021-12-23 18:22:14 +0100
committerIlion Beyst <ilion.beyst@gmail.com>2021-12-23 18:22:14 +0100
commitc26f72890f934d654742328702661f0bd73b7582 (patch)
treecdd1fa595c1fce56ae1efbe2e3392045dd6c0bb0 /web/pw-frontend/tsconfig.json
parent96ee00242f350b391dcc1cf4d72a442c969f565e (diff)
downloadplanetwars.dev-c26f72890f934d654742328702661f0bd73b7582.tar.xz
planetwars.dev-c26f72890f934d654742328702661f0bd73b7582.zip
fix frontend build
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": ".",