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

tsconfig.json - github.com/icewind1991/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a3d2b95c0d9e45cca417784b77b50f76e1c5f6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "compilerOptions": {
    "lib": [
      "dom",
      "es2015.promise",
      "es6",
      "es2015.iterable"
    ],
    "module": "esnext",
    "moduleResolution": "node",
    "target": "ES5",
    "strictNullChecks": true,
    "sourceMap": true,
    "allowSyntheticDefaultImports": true
  },
  "files": [
    "js/editor.ts",
    "js/Nextcloud.d.ts"
  ]
}