react18-tools/react-mouse-trail

View on GitHub
tsconfig.docs.json

Summary

Maintainability
Test Coverage
{
  "extends": "@repo/typescript-config/react-library.json",
  "compilerOptions": {
    "lib": ["dom", "ES2015"],
    "types": ["node"]
  },
  "include": ["./lib/src/**/*.*"],
  "exclude": ["**/*.test.tsx", "**/index.ts", "dist", "build", "node_modules"]
}