mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 11:49:02 +08:00
fix config
This commit is contained in:
parent
9a8fc32634
commit
be9b6170aa
@ -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'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user