Make SolutionBuilder as Public API

This commit is contained in:
Sheetal Nandi
2019-05-02 15:34:13 -07:00
parent 3da47963d5
commit 5c18513e96
5 changed files with 145 additions and 68 deletions

View File

@@ -1022,8 +1022,7 @@ namespace ts {
}
}
/* @internal */
export interface OptionsBase {
interface OptionsBase {
[option: string]: CompilerOptionsValue | undefined;
}