Skip to content

Commit 54f7390

Browse files
author
Orta
authored
Merge pull request #240 from izhan/patch-1
Update Performance.md
2 parents d496290 + 2b7d3da commit 54f7390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Running with `traceResolution` can help explain *why* a file was included in a c
248248
The emit is somewhat verbose, so you might want to redirect output to a file.
249249

250250
```sh
251-
tsc -p tsconfig.json > resolution.txt
251+
tsc --traceResolution > resolution.txt
252252
```
253253

254254
If you find a file that shouldn't be present, you may need to look into fixing up your `include`/`exclude` lists in your `tsconfig.json`, or alternatively, you might need to adjust other settings like `types`, `typeRoots`, or `paths`.

0 commit comments

Comments
 (0)