Skip to content

Commit

Permalink
Fix "bootstraping" typo (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
KRMisha committed Mar 19, 2020
1 parent 7ace8a1 commit 32338c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -52,7 +52,7 @@ mocha -r ts-node/register -r tsconfig-paths/register "test/**/*.ts"

As long as the command has something similar to a `--require` option that can load a module before it starts, tsconfig-paths should be able to work with it.

## Bootstraping with explicit params
## Bootstrapping with explicit params

If you want more granular control over tsconfig-paths you can bootstrap it. This can be useful if you for instance have compiled with `tsc` to another directory where `tsconfig.json` doesn't exists.

Expand Down

0 comments on commit 32338c6

Please sign in to comment.