Skip to content

Commit

Permalink
build(ts-compiler): add esModuleInterop for ts-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudhir Mitharwal committed Sep 30, 2019
1 parent ed288cb commit de4a5e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"declaration": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
"emitDecoratorMetadata": true,
"esModuleInterop": true
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit de4a5e6

Please sign in to comment.