forked from sheetjs/sheetjs
Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
This commit is contained in:
parent
bc12a8d2b3
commit
d8a13d0dc2
@ -5,11 +5,12 @@
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": false,
|
||||
"baseUrl": "../",
|
||||
"typesSearchPaths": [
|
||||
"typeRoots": [
|
||||
"../"
|
||||
],
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user