tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

tsdoc.json (336B)


      1 {
      2  "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
      3 
      4  "extends": ["@microsoft/api-extractor/extends/tsdoc-base.json"],
      5  "tagDefinitions": [
      6    {
      7      "tagName": "@license",
      8      "syntaxKind": "modifier",
      9      "allowMultiple": false
     10    }
     11  ],
     12  "supportForTags": {
     13    "@license": true
     14  }
     15 }