Skip to content

Commit 48fc390

Browse files
authored
Tweak a comment that always confuses me (#1146)
* Tweak a comment that always confuses me * Update index.ts
1 parent d046879 commit 48fc390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export const DEFAULTS: RegisterOptions = {
300300
}
301301

302302
/**
303-
* Default TypeScript compiler options required by `ts-node`.
303+
* TypeScript compiler option values required by `ts-node` which cannot be overridden.
304304
*/
305305
const TS_NODE_COMPILER_OPTIONS = {
306306
sourceMap: true,

0 commit comments

Comments
 (0)