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: {