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