tiptap/turbo.json
2024-09-26 15:18:18 +02:00

15 lines
315 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"inputs": ["src/**", "tsup.config.ts", "../../tsconfig.json", "../../tsconfig.build.json"],
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"dev": {
"persistent": true,
"cache": false
}
}
}