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