UNPKG

office-text-extractor

Version:

Yet another library to extract text from MS Office and PDF files

19 lines (17 loc) 360 B
// tsconfig.json // The Typescript configuration for the project. { "compilerOptions": { "target": "es2023", "module": "node16", "sourceMap": false, "strict": true, "strictNullChecks": true, "esModuleInterop": true, "moduleResolution": "node16", "declaration": true, "outDir": "build/", "skipLibCheck": true }, "include": ["source/"] }