Skip to content

Commit

Permalink
add allowSyntheticDefaultImports=true in tsconfig for terminate-shell…
Browse files Browse the repository at this point in the history
…-pods.ts
  • Loading branch information
siddharthvp committed Oct 10, 2022
1 parent 6aa2cb3 commit d23033b
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 @@ -7,7 +7,8 @@
"module": "CommonJS",
"types": ["node", "mocha"],
"sourceMap": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},
"ts-node": {
"transpileOnly": true
Expand Down

0 comments on commit d23033b

Please sign in to comment.