Skip to content

Commit c2b124d

Browse files
authored
fix/ Update listFiles to listEmittedFiles in listEmittedFiles.md (#3051)
1 parent d4a82e3 commit c2b124d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tsconfig-reference/copy/en/options/listEmittedFiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ With:
2525
{
2626
"compilerOptions": {
2727
"declaration": true,
28-
"listFiles": true
28+
"listEmittedFiles": true
2929
}
3030
}
3131
```

0 commit comments

Comments
 (0)