diff options
Diffstat (limited to 'rollup.config.js')
-rw-r--r-- | rollup.config.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rollup.config.js b/rollup.config.js index 0907ba737..31ee1dc23 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -229,9 +229,11 @@ export default function makeConfig(commandOptions) { // rollup requires them to be explicitly defined to make them available in the // bundle [typescriptPath]: [ + "convertCompilerOptionsFromJson", "createLanguageService", "formatDiagnostics", "formatDiagnosticsWithColorAndContext", + "parseConfigFileTextToJson", "version", "Extension", "ModuleKind", |