From 4c9650c24c2eb71de8abcab9a84c5813163dcc65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 17 Nov 2020 09:45:42 +0100 Subject: [PATCH] disable ts check on build for now --- rollup.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rollup.config.js b/rollup.config.js index 5044010a..54f4e82b 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -58,6 +58,7 @@ async function build(commandLineArgs) { ] config.push({ + // perf: true, input, output: [ { @@ -86,6 +87,7 @@ async function build(commandLineArgs) { }), ...basePlugins, typescript({ + check: false, tsconfigOverride: { compilerOptions: { declaration: true, @@ -121,6 +123,7 @@ async function build(commandLineArgs) { plugins: [ ...basePlugins, typescript({ + check: false, tsconfigOverride: { compilerOptions: { paths: {