mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-17 08:05:19 +00:00
12 lines
188 B
JSON
12 lines
188 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"generate": {
|
|
"outputs": ["public"]
|
|
},
|
|
"typecheck": {
|
|
"dependsOn": ["^typecheck"]
|
|
}
|
|
}
|
|
}
|