mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: update license headers (#11563)
This commit is contained in:
15
tsdoc.json
Normal file
15
tsdoc.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
||||
|
||||
"extends": ["@microsoft/api-extractor/extends/tsdoc-base.json"],
|
||||
"tagDefinitions": [
|
||||
{
|
||||
"tagName": "@license",
|
||||
"syntaxKind": "modifier",
|
||||
"allowMultiple": false
|
||||
}
|
||||
],
|
||||
"supportForTags": {
|
||||
"@license": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user