summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/tsconfig.app.json
blob: 05a9aad19356c702abbae3d236171a96615cf9c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "baseUrl": "./",
    "module": "es2015",
    "types": []
  },
  "exclude": [
    "**/*.spec.ts",
    "testing/*.ts"
  ]
}