From 9fc0ee9ea5f900c45980233756f025581fc17c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 29 Sep 2021 09:06:10 +0200 Subject: [PATCH] build: fix ts files --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 8201a95aa..2161b3447 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -94,7 +94,7 @@ async function build(commandLineArgs) { '@tiptap/*': ['packages/*/src'], }, }, - include: [], + include: null, }, }), ],