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