diff --git a/tsconfig.json b/tsconfig.json index 6764d77..56b6ea1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,8 @@ "resolveJsonModule": true, "skipLibCheck": true, "strict": true, - "target": "ES5" + "target": "ES5", + "tsBuildInfoFile": ".cache/.tsbuildinfo" }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "**/*.json"], "exclude": ["node_modules", ".eslintrc.js"]