summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/tools/mocha-runner/tsdoc.json
diff options
context:
space:
mode:
Diffstat (limited to 'remote/test/puppeteer/tools/mocha-runner/tsdoc.json')
-rw-r--r--remote/test/puppeteer/tools/mocha-runner/tsdoc.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/remote/test/puppeteer/tools/mocha-runner/tsdoc.json b/remote/test/puppeteer/tools/mocha-runner/tsdoc.json
new file mode 100644
index 0000000000..f5b91f4af6
--- /dev/null
+++ b/remote/test/puppeteer/tools/mocha-runner/tsdoc.json
@@ -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
+ }
+}