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

tsconfig.spec.json - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f2111b9efdb1a525b1355ba79d1e7199a982b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "types": [
      "webpack-env",
      "angular",
      "jquery",
      "jqueryui",
      "jest",
      "node"
    ]
  }
}