summaryrefslogtreecommitdiffstats
path: root/portal-FE-os/src/tsconfig.app.json
blob: 685bb80ce9fb64491effeb186aa06ec5b48e3e60 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "types": ["jquery", "jqtree"]
  },
  "exclude": [
    "test.ts",
    "**/*.spec.ts"
  ]
}