UNPKG

documind

Version:

Intelligent document processing and extraction.

14 lines (13 loc) 296 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }