Skip to content

Commit

Permalink
Fix: tsconfig.json for building on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjobeki committed Nov 23, 2024
1 parent 25c1d27 commit 5b1a9de
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 @@ -16,7 +16,8 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es6"
"target": "es6",
"forceConsistentCasingInFileNames": false
},
"exclude": [
"example",
Expand Down

0 comments on commit 5b1a9de

Please sign in to comment.