Skip to content

Commit ce45ee7

Browse files
committed
Fix comment
1 parent 95ddfc7 commit ce45ee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@ namespace ts {
20012001
// so pass --noLib to avoid reporting a file not found error.
20022002
options.noLib = true;
20032003

2004-
// Clear out other settings that would not be participate in transpiling this module
2004+
// Clear out other settings that would not be used in transpiling this module
20052005
options.lib = undefined;
20062006
options.types = undefined;
20072007
options.noEmit = undefined;

0 commit comments

Comments
 (0)