Skip to content

Commit

Permalink
esModuleInterop
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Jun 3, 2022
1 parent f3f99f6 commit f3ebb12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.datascience-ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"*": ["types/*"]
},
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"noImplicitThis": false,
"noUnusedLocals": true,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.extension.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"sourceMap": true,
"rootDir": "src",
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"useUnknownInCatchVariables": false,
"noImplicitThis": false
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"sourceMap": true,
"rootDir": "src",
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"noImplicitAny": true,
Expand Down

0 comments on commit f3ebb12

Please sign in to comment.