UNPKG

alasql

Version:

Use SQL to select and filter javascript data - including relational joins and search in nested objects (JSON). Export to and import from Excel and CSV

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