From be9b6170aa9169d9cde0141edd892e7074c704c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Mon, 16 Nov 2020 15:56:32 +0100 Subject: [PATCH] fix config --- rollup.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index a8ab7fd0..5044010a 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -90,7 +90,7 @@ async function build(commandLineArgs) { compilerOptions: { declaration: true, paths: { - '@tiptap/*': ['*/src'], + '@tiptap/*': ['packages/*/src'], }, }, include: null, @@ -124,7 +124,7 @@ async function build(commandLineArgs) { tsconfigOverride: { compilerOptions: { paths: { - '@tiptap/*': ['*/src'], + '@tiptap/*': ['packages/*/src'], }, }, },