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