tor-browser

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

tsconfig.esm.json (172B)


      1 {
      2  "extends": "../../../tsconfig.base.json",
      3  "compilerOptions": {
      4    "outDir": "../lib/esm/puppeteer"
      5  },
      6  "references": [{"path": "../third_party/tsconfig.json"}]
      7 }