UNPKG

invoice-extractor

Version:

Automate and extract information from hundreds of invoices on pdf to a csv file with a single script

18 lines (17 loc) 412 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "moduleResolution": "node", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "declaration": true, "resolveJsonModule": true }, "include": ["src/**/*"], "exclude": ["node_modules"] }