mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
9 lines
143 B
JSON
9 lines
143 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"paths": {
|
||
|
"@tiptap/*": ["packages/*/dist", "packages/*/src"]
|
||
|
},
|
||
|
},
|
||
|
}
|