mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 11:49:02 +08:00
31 lines
609 B
JSON
31 lines
609 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"inputs": [
|
|
"changeset/**",
|
|
"collab/**",
|
|
"commands/**",
|
|
"dropcursor/**",
|
|
"gapcursor/**",
|
|
"history/**",
|
|
"inputrules/**",
|
|
"keymap/**",
|
|
"markdown/**",
|
|
"menu/**",
|
|
"model/**",
|
|
"schema-basic/**",
|
|
"schema-list/**",
|
|
"state/**",
|
|
"tables/**",
|
|
"trailing-node/**",
|
|
"transform/**",
|
|
"view/**"
|
|
],
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"]
|
|
}
|
|
},
|
|
"extends": ["//"]
|
|
}
|