Skip to content

Commit 1583086

Browse files
committed
Clarify docs that it uses the web pack context
1 parent 1337fe0 commit 1583086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ module.exports = {
4444

4545
### Load `tsconfig.json`
4646

47-
The loader automatically loads `tsconfig.json` options and files, no additional configuration required.
47+
The loader automatically resolves and loads `tsconfig.json` based on the Webpack context.
4848

4949
### Configuration Options
5050

51-
You can set options by passing them in with the query string.
51+
You can set options by using the query string.
5252

5353
```js
5454
loaders: [

0 commit comments

Comments
 (0)