mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
14 lines
271 B
JSON
14 lines
271 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"
|
|
]
|
|
}
|