Skip to content

Commit

Permalink
chore: hide tsbuildinfo file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Nov 2, 2022
1 parent b3deec4 commit bb00aa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit bb00aa3

Please sign in to comment.