diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-23 18:22:14 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-23 18:22:14 +0100 |
commit | c26f72890f934d654742328702661f0bd73b7582 (patch) | |
tree | cdd1fa595c1fce56ae1efbe2e3392045dd6c0bb0 /web/pw-frontend/tsconfig.json | |
parent | 96ee00242f350b391dcc1cf4d72a442c969f565e (diff) | |
download | planetwars.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.json | 2 |
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": ".", |