tor-browser

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

tsconfig.json (400B)


      1 {
      2  "extends": "../../tsconfig.base.json",
      3  "compilerOptions": {
      4    "baseUrl": "tsconfig",
      5    "module": "NodeNext",
      6    "moduleResolution": "NodeNext",
      7    "noEmitOnError": true,
      8    "rootDir": "src/",
      9    "outDir": "lib/",
     10    "skipDefaultLibCheck": true,
     11    "skipLibCheck": true,
     12    "sourceMap": true,
     13    "types": ["node"]
     14  },
     15  "include": ["src/**/*"],
     16  "exclude": ["src/**/files/**/*"]
     17 }