We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ddfc7 commit ce45ee7Copy full SHA for ce45ee7
1 file changed
src/services/services.ts
@@ -2001,7 +2001,7 @@ namespace ts {
2001
// so pass --noLib to avoid reporting a file not found error.
2002
options.noLib = true;
2003
2004
- // Clear out other settings that would not be participate in transpiling this module
+ // Clear out other settings that would not be used in transpiling this module
2005
options.lib = undefined;
2006
options.types = undefined;
2007
options.noEmit = undefined;
0 commit comments