UNPKG

@pdfme/common

Version:

TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!

12 lines (11 loc) 237 B
{ "extends": "../../tsconfig.base", "compilerOptions": { "module": "ESNext", "moduleResolution": "node", "outDir": "./dist/esm", "declaration": true, "declarationDir": "dist/types", "skipLibCheck": true } }