next-dont
v0.1.4
Published
😤 Next.js, don’t mess with my tsconfig
Maintainers
Readme
🕹️ Usage
npx next-dontThis patches your local node_modules/next to prevent Next.js from making unnecessary changes to your tsconfig.json.
For convenience, add next-dont to your prepare script so the patch is applied automatically after every install:
"scripts": {
"prepare": "next-dont"
}