summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/admin/src/tsconfig.app.json
blob: 190fd300b601e168a3d185dbfa2758ab73257479 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "types": []
  },
  "exclude": [
    "test.ts",
    "**/*.spec.ts"
  ]
}