Skip to content

Commit

Permalink
Fix: tsconfig.json for building on darwin (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjobeki authored Jan 14, 2025
1 parent 18831cb commit ef18aa1
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 ef18aa1

Please sign in to comment.