Enable esModuleInterop and iterate PR

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/13296/head
Michael Telatynski 2020-04-21 10:01:05 +01:00
parent b3a87b56fa
commit e00d2b9589
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "es2016",