Skip to content

Commit c57ded2

Browse files
committed
Fix -n reference in README
1 parent e7591c7 commit c57ded2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ gulp
7979

8080
## Loading `tsconfig.json`
8181

82-
**Typescript Node** uses `tsconfig.json` automatically, use `-n` to skip loading `tsconfig.json`.
82+
**Typescript Node** uses `tsconfig.json` automatically, use `--no-project` to skip loading `tsconfig.json`.
8383

8484
**NOTE**: 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`.
8585

0 commit comments

Comments
 (0)