summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/tsconfig.spec.json
blob: e1889d6c646637c2e988ac2683cd2e948537d10f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/spec",
    "module": "commonjs",
    "target": "es2015",
    "types": [
      "jest",
      "node"
    ],
    "noEmit": true
  },
  "files": [
    "src/polyfills.ts"
  ],
  "include": [
    "src/**/*.spec.ts",
    "src/**/*.d.ts",
    "src/testing/*.ts"
  ]
}