This commit is contained in:
Manav Rathi
2024-06-05 11:07:02 +05:30
parent e490487788
commit cfbba44bc1

View File

@@ -9,5 +9,5 @@ module.exports = {
tsconfigRootDir: __dirname,
project: "./tsconfig.json",
},
ignorePatterns: [".eslintrc.js", "out", "next.config.js"],
ignorePatterns: [".eslintrc.js", "out", "next.config.js", "next-env.d.ts"],
};