tor-browser

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

tsconfig.json (242B)


      1 {
      2  "extends": "../../tsconfig.base.json",
      3  "compilerOptions": {
      4    "allowJs": true,
      5    "composite": true,
      6    "module": "NodeNext",
      7    "moduleResolution": "NodeNext",
      8    "outDir": "lib",
      9    "rootDir": "src"
     10  },
     11  "include": ["src"]
     12 }