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