Skip to content

Commit

Permalink
Clarify bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskello committed Sep 30, 2021
1 parent 6dc51e4 commit 31a7c84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -87,6 +87,8 @@ The following is an example configuration for the `.vscode/launch.json`.

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.

For example, create a wrapper script called `tsconfig-paths-bootstrap.js` with the contents below:

```javascript
const tsConfig = require("./tsconfig.json");
const tsConfigPaths = require("tsconfig-paths");
Expand Down

0 comments on commit 31a7c84

Please sign in to comment.