aboutsummaryrefslogtreecommitdiffstats
path: root/packages/test-utils/tsconfig.json
blob: d01eb8157383a1f1264532779bbdab5e128f4c67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "extends": "./tsconfig.build.json",
  "compilerOptions": {
    "composite": false,
    "emitDeclarationOnly": false,
    "declarationDir": null,
    "noEmit": true,
    "rootDir": null,
    "types": ["@types/jest", "node"]
  },
  "include": ["src/**/*.ts", ".eslintrc.cjs"]
}