domoritz commented on a change in pull request #9988:
URL: https://github.com/apache/arrow/pull/9988#discussion_r611241493
##########
File path: js/tsconfig.json
##########
@@ -6,6 +6,7 @@
},
"compilerOptions": {
"target": "ESNEXT",
- "module": "commonjs"
+ "module": "commonjs",
+ "noEmit": true
Review comment:
Now we can run `yarn tsc` to check types without accidentally writing a
bunch of files.
--
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]