tiptap/tsconfig.build.json
Nick Perez a92f4a6663
build: use tsup for compilation (#5455)
* build: use tsup for compilation

* chore: rm turbo file
2024-08-07 11:59:44 +02:00

9 lines
143 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {
"@tiptap/*": ["packages/*/dist", "packages/*/src"]
},
},
}