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

tsconfig.json - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a569cf7c192a1ea09ee70c9c887619c83d35019 (plain)
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "target": "es5",
    "strict": true,
    "module": "es2015",
    "moduleResolution": "node"
  }
}