From 1a0f53a807abad0e9ebfcf437f3dade6b01d7f84 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 29 Apr 2019 15:58:31 +0100 Subject: Add support for custom tsconfig.json (#2089) Use `--config` --- rollup.config.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rollup.config.js') 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", -- cgit v1.2.3