mayank1513/persist-and-sync

View on GitHub
examples/nextjs/tsconfig.json

Summary

Maintainability
Test Coverage
{
  "extends": "tsconfig/nextjs.json",
  "compilerOptions": {
    "plugins": [{ "name": "next" }]
  },
  "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
  "exclude": ["node_modules"]
}