UNPKG

xlsx

Version:

Excel (XLSB/XLSX/XLS/XML) ODS and other spreadsheet format (CSV/DIF/DBF/SYLK) parser and writer

15 lines (14 loc) 350 B
{ "compilerOptions": { "module": "commonjs", "lib": [ "es5", "dom" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": false, "baseUrl": ".", "paths": { "xlsx": ["."] }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true } }