Skip to content

Commit

Permalink
fix(mail): fix file name consistency rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Frantz Kati committed Dec 16, 2020
1 parent bb8d9fb commit c0cbb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mail/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"baseUrl": "./src",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"forceConsistentCasingInFileNames": false,
"types": ["@types/node"]
},
"exclude": ["build/"]
Expand Down

0 comments on commit c0cbb2a

Please sign in to comment.