We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1337fe0 commit 1583086Copy full SHA for 1583086
README.md
@@ -44,11 +44,11 @@ module.exports = {
44
45
### Load `tsconfig.json`
46
47
-The loader automatically loads `tsconfig.json` options and files, no additional configuration required.
+The loader automatically resolves and loads `tsconfig.json` based on the Webpack context.
48
49
### Configuration Options
50
51
-You can set options by passing them in with the query string.
+You can set options by using the query string.
52
53
```js
54
loaders: [
0 commit comments