mirror of
https://github.com/google/blockly.git
synced 2026-05-02 10:00:11 +02:00
6bdfac5493
* chore(monorepo): move all blockly files to packages/blockly * chore(monorepo): add root package.json and update gitignores * chore(monorepo): update scripts and github workflows * chore(monorepo): only try the native release for closure compiler chore: add debug info to build script chore: update google-closure-compiler chore: remove debug info
26 lines
559 B
JSON
26 lines
559 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
|
// Include the definitions that are required for API Extractor
|
|
"extends": ["@microsoft/api-extractor/extends/tsdoc-base.json"],
|
|
"tagDefinitions": [
|
|
{
|
|
"tagName": "@define",
|
|
"syntaxKind": "block"
|
|
},
|
|
{
|
|
"tagName": "@license",
|
|
"syntaxKind": "block"
|
|
},
|
|
{
|
|
"tagName": "@nocollapse",
|
|
"syntaxKind": "modifier"
|
|
}
|
|
],
|
|
|
|
"supportForTags": {
|
|
"@define": true,
|
|
"@license": true,
|
|
"@nocollapse": true
|
|
}
|
|
}
|