mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-06 04:49:02 +08:00
11 lines
142 B
JSON
11 lines
142 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"exclude": [
|
|
"**/node_modules",
|
|
"**/dist",
|
|
"../../demos",
|
|
"../vue-2",
|
|
"../vue-3"
|
|
]
|
|
}
|