tor-browser

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

tsconfig.json (309B)


      1 {
      2  "compilerOptions": {
      3    "target": "ES2019",
      4    "module": "CommonJS",
      5    "moduleResolution": "node",
      6    "strict": true,
      7    "importHelpers": true,
      8    "noImplicitOverride": true,
      9    "noErrorTruncation": true,
     10    "experimentalDecorators": true
     11  },
     12  "exclude": [
     13    "website",
     14    "build/*.ts"
     15  ]
     16 }