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: 9dea4110a87b90bd0ef94050939dbd2441d11ba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "types": [
      "webpack-env",
      "angular",
      "jquery",
      "jqueryui",
      "jest"
    ]
  }
}