Skip to content

Commit

Permalink
Tweak a comment that always confuses me (#1146)
Browse files Browse the repository at this point in the history
* Tweak a comment that always confuses me

* Update index.ts
  • Loading branch information
cspotcode committed Nov 8, 2020
1 parent d046879 commit 48fc390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -300,7 +300,7 @@ export const DEFAULTS: RegisterOptions = {
}

/**
* Default TypeScript compiler options required by `ts-node`.
* TypeScript compiler option values required by `ts-node` which cannot be overridden.
*/
const TS_NODE_COMPILER_OPTIONS = {
sourceMap: true,
Expand Down

0 comments on commit 48fc390

Please sign in to comment.