react18-tools/turborepo-template

View on GitHub
packages/logger/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "extends": "@repo/typescript-config/base.json",
  "compilerOptions": {
    "lib": ["ES2015"],
    "outDir": "./dist",
    "types": ["jest", "node"]
  },
  "include": ["."],
  "exclude": ["node_modules", "dist"],
}