forked from sheetjs/sheetjs
Turning on consistent casing flag and fixing failures
This commit is contained in:
parent
22c1dca6e0
commit
bc12a8d2b3
@ -8,7 +8,8 @@
|
||||
"typesSearchPaths": [
|
||||
"../"
|
||||
],
|
||||
"noEmit": true
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user