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