fix build files for packages with custom tsconfig
This commit is contained in:
@@ -94,7 +94,9 @@ async function build(commandLineArgs) {
|
||||
'@tiptap/*': ['packages/*/src'],
|
||||
},
|
||||
},
|
||||
include: null,
|
||||
include: fs.existsSync(`${basePath}/tsconfig.json`)
|
||||
? []
|
||||
: null,
|
||||
},
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user