Skip to content

Commit 00bf0d2

Browse files
committed
revert changes to readme; readme is built from docs/
1 parent b06bd45 commit 00bf0d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,6 @@ By default, **TypeScript Node** avoids compiling files in `/node_modules/` for t
525525
2. Transpiling the entire dependency tree will make your project slower
526526
3. Differing behaviours between TypeScript and node.js (e.g. ES2015 modules) can result in a project that works until you decide to support a feature natively from node.js
527527
528-
If you need to import uncompiled TypeScript code from a Node module, you can use the command line option `--skip-ignore` or the environment variable `TS_NODE_SKIP_IGNORE` to bypass this restriction. However, if a compiled javascript file already exists, the TypeScript file will never be re-compiled regardless of these options.
529-
530528
## paths and baseUrl

531529
532530
You can use ts-node together with [tsconfig-paths](https://www.npmjs.com/package/tsconfig-paths) to load modules according to the `paths` section in `tsconfig.json`.

0 commit comments

Comments
 (0)