mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-01 09:29:02 +08:00
12 lines
156 B
JSON
12 lines
156 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
},
|
|
"exclude": [
|
|
"**/node_modules",
|
|
"**/dist",
|
|
"../vue-3",
|
|
]
|
|
}
|