tiptap/packages/react/tsconfig.json
2021-04-07 14:29:51 +02:00

12 lines
156 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"jsx": "react",
},
"exclude": [
"**/node_modules",
"**/dist",
"../vue-3",
]
}