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