tor-browser

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

tsconfig.json (162B)


      1 {
      2  "compilerOptions": {
      3    "sourceMap": true,
      4    "experimentalDecorators": true
      5  },
      6  "include": [
      7    "fixtures/*/input.ts",
      8    "fixtures/*/src/*.ts"
      9  ]
     10 }