Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey authored Feb 9, 2019
1 parent 4a2f697 commit 3715255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Create a new node.js configuration, add `-r ts-node/register` to node args and m
}
```

> TIP: If you are using the `--project <path-to-your-tsconfig.json>` commandline argument as per the [Configuration Options](#configuration-options), and want to apply this same behavior when launching in VS Code, add an "env" key into the launch configuration: `"env": { "TS_NODE_PROJECT": "<path-to-your-tsconfig.json>" }`
**Note:** If you are using the `--project <tsconfig.json>` command line argument as per the [Configuration Options](#configuration-options), and want to apply this same behavior when launching in VS Code, add an "env" key into the launch configuration: `"env": { "TS_NODE_PROJECT": "<tsconfig.json>" }`.

## How It Works

Expand Down

0 comments on commit 3715255

Please sign in to comment.