Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tsconfig.json - github.com/openpgpjs/openpgpjs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60f1e065821db5172561f72fe9a72be74dd7c27c (plain)
1
2
3
4
5
6
7
8
{
  "exclude": [
    "./build/"
  ],
  "compilerOptions": {
    "strict": true
  }
}