{
  "extends": "tsconfig/client.json",
  "include": ["./shared", "./server", "./admin"],
  "compilerOptions": {
    "outDir": "./dist",
    "rootDir": ".",
    "types": ["@testing-library/jest-dom", "jest"],
    "noEmit": false
  }
}
