UNPKG

pdf-data-parser

Version:

Parse, search and stream PDF tabular data using Node.js with Mozilla's PDF.js library.

17 lines (16 loc) 903 B
{ "include": [ "lib/index.js" ], "compilerOptions": { /* Visit https://aka.ms/tsconfig to read more about this file */ "target": "es2020", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ "module": "es2020", /* Specify what module code is generated. */ "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */ "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ "declarationMap": true, /* Create sourcemaps for d.ts files. */ "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ "outDir": "./types", /* Specify an output folder for all emitted files. */ "strict": true, /* Enable all strict type-checking options. */ } }