Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
fix tsconfig to exclude locales helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
wodka committed Jun 6, 2020
1 parent 6ac0443 commit 85a9a4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"jsx": "preserve"
},
"exclude": [
"node_modules"
"node_modules",
"locales/missing.ts",
"locales/sort.ts"
],
"include": [
"next-env.d.ts",
Expand Down

0 comments on commit 85a9a4a

Please sign in to comment.