Skip to content

Commit 7896979

Browse files
authored
Merge pull request #97 from BPScott/patch-1
Mention tsconfig in troubleshooting
2 parents 04a50e4 + 3179fac commit 7896979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ At the end of traversing every file (in a depth-first fashion), we have a fully
107107

108108
#### Why aren't some some dependencies being detected?
109109

110-
If there are bugs in [precinct](https://github.com/dependents/node-precinct) or if the `requireConfig`/`webpackConfig` options are incomplete,
110+
If there are bugs in [precinct](https://github.com/dependents/node-precinct) or if the `requireConfig`/`webpackConfig`/`tsConfig` options are incomplete,
111111
some dependencies may not be resolved. The optional array passed to the `nonExistent` option will be populated with paths
112112
that could not be resolved. You can check this array to see where problems might exist.
113113

0 commit comments

Comments
 (0)