mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
17 lines
272 B
JSON
17 lines
272 B
JSON
{
|
|
"source": {
|
|
"include": ["../../../../sdkjs/cell/plugin-events.js"]
|
|
},
|
|
"plugins": ["./correct_doclets.js"],
|
|
"opts": {
|
|
"destination": "./out",
|
|
"recurse": true,
|
|
"encoding": "utf8"
|
|
},
|
|
"templates": {
|
|
"json": {
|
|
"pretty": true
|
|
}
|
|
}
|
|
}
|