You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,14 @@ e.g.
84
84
85
85
Please refer to the [tsd.json](https://github.com/DefinitelyTyped/tsd#tsdjson) to get more information.
86
86
87
+
## DEBUGGING
88
+
89
+
This library uses the popular [debug](https://github.com/visionmedia/debug) module for debugging. To enable logging, set the `DEBUG` environment variable when running gulp tasks like so:
90
+
91
+
```
92
+
DEBUG=gulp-tsd gulp tsd
93
+
```
94
+
87
95
## NOTES
88
96
89
97
A lot of codes are from [grunt-tsd](https://github.com/DefinitelyTyped/grunt-tsd). Thanks.
0 commit comments