Skip to content

Commit ef18aa1

Browse files
authored
Fix: tsconfig.json for building on darwin (#644)
1 parent 18831cb commit ef18aa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎tsconfig.json

+2-1
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)