mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-11 15:59:01 +08:00
10 lines
126 B
JSON
10 lines
126 B
JSON
|
{
|
||
|
"extends": "../../tsconfig",
|
||
|
"exclude": [
|
||
|
"**/node_modules",
|
||
|
"**/dist",
|
||
|
"../../demos",
|
||
|
"../vue-3"
|
||
|
]
|
||
|
}
|