tor-browser

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

tsconfig.cjs.json (234B)


      1 {
      2  "extends": "../../../tsconfig.base.json",
      3  "compilerOptions": {
      4    "module": "CommonJS",
      5    "moduleResolution": "Node",
      6    "outDir": "../lib/cjs/puppeteer"
      7  },
      8  "references": [{"path": "../third_party/tsconfig.cjs.json"}]
      9 }