mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
22 lines
422 B
JSON
22 lines
422 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"skipLibCheck": true,
|
||
|
"types": [
|
||
|
"node"
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"../packages/*/src/**/*.d.ts",
|
||
|
"../packages/*/src/**/*.ts",
|
||
|
"../packages/*/src/**/*.tsx",
|
||
|
"../packages/*/src/**/*.vue"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"../packages/react",
|
||
|
"../packages/vue-2",
|
||
|
"../packages/vue-3",
|
||
|
"../packages/extension-code-block-lowlight"
|
||
|
]
|
||
|
}
|