tor-browser

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

tsconfig-base.json.patch (195B)


      1 --- tsconfig-base.json
      2 +++ tsconfig-base.json
      3 @@ -1,5 +1,6 @@
      4 {
      5   "compilerOptions": {
      6 +    "newLine": "lf",
      7     "moduleResolution": "node",
      8     "esModuleInterop": true,
      9     "strict": true,