tiptap/packages/react/tsconfig.json

12 lines
156 B
JSON
Raw Normal View History

2021-04-07 20:29:51 +08:00
{
"extends": "../../tsconfig",
"compilerOptions": {
"jsx": "react",
},
"exclude": [
"**/node_modules",
"**/dist",
"../vue-3",
]
}