aboutsummaryrefslogtreecommitdiffstats
path: root/packages/service-shared/tsconfig.build.json
blob: 9a0c8359a6b42ccdd286271829fd7224d2ca702d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "extends": "../../config/tsconfig.base.json",
  "compilerOptions": {
    "composite": true,
    "declarationDir": "dist",
    "emitDeclarationOnly": true,
    "rootDir": "src"
  },
  "include": [
    "src/**/*.ts"
  ]
}