mirror of
https://github.com/pdfme/pdfme.git
synced 2026-04-20 22:19:27 -04:00
* TMP * Update Special Thanks * Minor fix * Add FIXME comment * remove image schema from builtin * Update snapshot * TMP * fix fail test * Minor fix * Fix website build bug and demo bug * Fix focus problem * Minor fix * Minor fix * Minor fix * Fix for image schema type bug * add comment * Move unnecessary type sharing from the common package to the each packages. * TMP * Add JSDoc * TMP * ja 2 en
10 lines
207 B
JSON
10 lines
207 B
JSON
{
|
|
"extends": "../../tsconfig.base",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "./dist/cjs",
|
|
"declaration": true,
|
|
"declarationDir": "dist/types",
|
|
"skipLibCheck": true,
|
|
}
|
|
} |