mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
22 lines
573 B
JSON
22 lines
573 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": false,
|
|
"noEmit": false,
|
|
"sourceMap": false,
|
|
"types": ["cypress", "react", "react-dom"],
|
|
"paths": {
|
|
"@tiptap/*": ["packages/*/src", "packages/*/dist"],
|
|
"@tiptap/pm/*": ["../../pm/*/dist"]
|
|
},
|
|
"typeRoots": ["../../node_modules/@types", "../../node_modules/"],
|
|
},
|
|
"include": ["./*/*.ts", "../../**/*.ts"],
|
|
"exclude": [
|
|
"../../packages/react",
|
|
"../../packages/vue-2",
|
|
"../../packages/vue-3",
|
|
"../../packages/extension-code-block-lowlight"
|
|
]
|
|
}
|