Skip to content

Commit 5b1a9de

Browse files
committed
Fix: tsconfig.json for building on darwin
1 parent 25c1d27 commit 5b1a9de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"skipLibCheck": true,
1717
"sourceMap": true,
1818
"strict": true,
19-
"target": "es6"
19+
"target": "es6",
20+
"forceConsistentCasingInFileNames": false
2021
},
2122
"exclude": [
2223
"example",

0 commit comments

Comments
 (0)