mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
enable ts check for build
This commit is contained in:
parent
5cde8fbccf
commit
3f624845e8
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user