mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Enable esModuleInterop and iterate PR
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
b3a87b56fa
commit
e00d2b9589
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"target": "es2016",
|
||||
|
|
Loading…
Reference in a new issue