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

tsconfig.json - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5cf055828072e5e9e06d39a40bacfe8740c3aa4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "compilerOptions": {
    "lib": [
      "dom",
      "es2015.promise",
      "es6"
    ],
    "module": "ES6",
    "moduleResolution": "node",
    "target": "ES6",
    "strictNullChecks": true,
    "sourceMap": true,
    "jsx": "react",
    "allowSyntheticDefaultImports": true
  }
}