forked from sheetjs/sheetjs
SheetJS
6a913d3a7b
- TS definition removed DOM references (fixes #724 h/t @shaunc) - extendscript inconsistent processing of bitwise ops - updated browser tests
15 lines
343 B
JSON
15 lines
343 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [ "es5" ],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": ".",
|
|
"paths": { "xlsx": ["."] },
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|