From 3f624845e828f7e6f2c36658899dace29a20cf6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 18 Nov 2020 11:38:38 +0100 Subject: [PATCH] enable ts check for build --- rollup.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index 54f4e82b..86f3e5cb 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -87,7 +87,6 @@ async function build(commandLineArgs) { }), ...basePlugins, typescript({ - check: false, tsconfigOverride: { compilerOptions: { declaration: true, @@ -123,7 +122,6 @@ async function build(commandLineArgs) { plugins: [ ...basePlugins, typescript({ - check: false, tsconfigOverride: { compilerOptions: { paths: {