aboutsummaryrefslogtreecommitdiff
path: root/src/tsconfig.app.json
blob: 82aa78c86456cd43d2b47fd47bbd4f7cbeb63803 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "baseUrl": "./"
},
  "exclude": [
    "test.ts",
    "**/*.spec.ts"
  ]
}