domoritz commented on a change in pull request #10361:
URL: https://github.com/apache/arrow/pull/10361#discussion_r637433529
##########
File path: js/tsconfig.json
##########
@@ -7,7 +7,8 @@
"compilerOptions": {
"target": "ESNEXT",
"module": "commonjs",
- "noEmit": true
+ "noEmit": true,
+ "esModuleInterop": true
Review comment:
Having a single tsconfig for the editor that type checks everything is
super convenient as we can see all references across the whole codebase
including from tests and now benchmarks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]