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