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