react18-tools/react-mouse-trail

View on GitHub
examples/nextjs/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "exclude": ["node_modules"],
  "extends": "@repo/typescript-config/nextjs.json",
  "compilerOptions": {
    "outDir": "dist",
    "plugins": [
      {
        "name": "next"
      }
    ]
  },
  "include": ["src", "next.config.js", "next-env.d.ts", ".next/types/**/*.ts"]
}