We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056028b commit fb1b7a2Copy full SHA for fb1b7a2
1 file changed
tests/baselines/reference/api/tsserverlibrary.d.ts
@@ -8346,7 +8346,7 @@ declare namespace ts.server {
8346
excludedFiles: ReadonlyArray<NormalizedPath>;
8347
private typeAcquisition;
8348
updateGraph(): boolean;
8349
- getExcludedFiles(): readonly NormalizedPath[];
+ getExcludedFiles(): ReadonlyArray<NormalizedPath>;
8350
getTypeAcquisition(): TypeAcquisition;
8351
setTypeAcquisition(newTypeAcquisition: TypeAcquisition): void;
8352
}
0 commit comments