UNPKG

@pdfme/schemas

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) 244 B
{ "extends": "../../tsconfig.base", "compilerOptions": { "module": "NodeNext", "moduleResolution": "NodeNext", "outDir": "./dist/node", "declaration": true, "declarationDir": "dist/types", "skipLibCheck": true } }