tor-browser

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

tsconfig.json (288B)


      1 {
      2  "extends": "../../../../tools/@types/tsconfig.json",
      3  "include": ["*.mjs", "types/*.ts"],
      4 
      5  "compilerOptions": {
      6    "checkJs": true,
      7    "plugins": [
      8      {
      9        "transform": "../../../../tools/ts/plugins/checkRootOnly.js",
     10        "transformProgram": true
     11      }
     12    ]
     13  }
     14 }