From bb00aa30aaf9aa0ec6ad3837938e76192e217110 Mon Sep 17 00:00:00 2001 From: ivan-aksamentov Date: Wed, 2 Nov 2022 19:32:32 +0100 Subject: [PATCH] chore: hide tsbuildinfo file --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"]