mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-05 04:19:07 +08:00
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
module.exports = {
|
|
verbose: true,
|
|
roots: [
|
|
'<rootDir>/packages/',
|
|
],
|
|
}
|