tor-browser

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

tsconfig.json (210B)


      1 {
      2  "compilerOptions": {
      3    "target": "ESNext",
      4    "module": "ESNext",
      5    "allowJs": true,
      6    "checkJs": true,
      7    "noEmit": true,
      8    "strict": true,
      9    "lib": ["dom", "esnext"],
     10    "baseUrl": "."
     11  }
     12 }