forked from sheetjs/sheetjs
SheetJS
b7c0b0d914
- update FilterDatabase defined name when writing AutoFilter - XLML stub cells have blank Data block - HTML export honor `id` option - expose `sheet_get_cell`
16 lines
380 B
JSON
16 lines
380 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [ "es5" ],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": ".",
|
|
"paths": { "xlsx": ["."] },
|
|
"types": [],
|
|
"noEmit": true,
|
|
"strictFunctionTypes": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|