aboutsummaryrefslogtreecommitdiffstats
path: root/packages/service-shared/tsconfig.json
blob: daad7c412a91497088f8c70fa8066ff3b965e54e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "./tsconfig.build.json",
  "compilerOptions": {
    "composite": false,
    "emitDeclarationOnly": false,
    "declarationDir": null,
    "noEmit": true,
    "rootDir": null
  },
  "include": ["src/**/*.ts", ".eslintrc.cjs", "esbuild.config.js"]
}