aboutsummaryrefslogtreecommitdiffstats
path: root/packages/service-shared/tsconfig.json
blob: e0f72237c010520b108de809aa025a1031dc18fd (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": "../.."
  },
  "include": ["src/**/*.ts", ".eslintrc.cjs", "esbuild.config.js"]
}