UNPKG

@diegoooo/pdf2pic

Version:

Fork of pdf2pic with proper DPI metadata (PixelsPerInch)

26 lines (25 loc) 440 B
{ "compilerOptions": { "target": "es6", "declaration": true, "declarationDir": "dist", "experimentalDecorators": true, "esModuleInterop": true, "emitDecoratorMetadata": true, "sourceMap": false, "baseUrl": "src", "lib": [ "esnext" ], "paths": { "@module/*": ["*"] } }, "include": [ "src" ], "exclude": [ "dist", "node_modules" ] }