mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
a92f4a6663
* build: use tsup for compilation * chore: rm turbo file
9 lines
143 B
JSON
9 lines
143 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@tiptap/*": ["packages/*/dist", "packages/*/src"]
|
|
},
|
|
},
|
|
}
|