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

tsconfig.json « cypress - github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4e8a3860dc12bf380887801d3e8f2478debf275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "compilerOptions": {
    "target": "es5",
    "lib": [
      "es5",
      "dom"
    ],
    "types": [
      "cypress"
    ],
    "isolatedModules": false,
  },
  "include": [
    "**/*.ts"
  ]
}