forked from sheetjs/sheetjs
Turn off strict null checks
This commit is contained in:
parent
7e32abdb26
commit
c265359abd
@ -3,7 +3,7 @@
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": true,
|
||||
"strictNullChecks": false,
|
||||
"baseUrl": "../"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user