diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2019-04-29 15:58:31 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-29 07:58:31 -0700 |
commit | 1a0f53a807abad0e9ebfcf437f3dade6b01d7f84 (patch) | |
tree | 013eb8d15383a22a4e2c4c5502ba37035b397903 /rollup.config.js | |
parent | 73be183864d0983821e683198d9a6ea9008f070a (diff) |
Add support for custom tsconfig.json (#2089)
Use `--config`
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", |