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