mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-04 03:29:03 +08:00
8 lines
92 B
JSON
8 lines
92 B
JSON
|
{
|
||
|
"extends": "../../tsconfig",
|
||
|
"exclude": [
|
||
|
"**/node_modules",
|
||
|
"**/dist",
|
||
|
]
|
||
|
}
|