tor-browser

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

tsconfig.json (282B)


      1 {
      2  "extends": "../../tsconfig.base.json",
      3  "compilerOptions": {
      4    "rootDir": "./src",
      5    "outDir": "./bin",
      6    "module": "NodeNext",
      7    "moduleResolution": "NodeNext",
      8    "sourceMap": true,
      9    "declaration": false,
     10    "declarationMap": false,
     11    "composite": false
     12  }
     13 }