UNPKG

excellentexport

Version:

Client side JavaScript export to Excel or CSV

18 lines (17 loc) 352 B
{ "compilerOptions": { "outDir": "./dist", "allowJs": true, "target": "ESNext", "sourceMap": true, "removeComments": false, "declaration": true, "rootDir": "src", "moduleResolution": "node", "esModuleInterop": true }, "include": [ "src/**/*.ts", "test/**/*.{ts,js}" ] }