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