Files
pdfme/packages/common/tsconfig.cjs.json
Kyohei Fukuda 38c3ec81c4 Write documentation for Custom Schema Plugin (#283)
* 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
2023-10-25 12:31:32 +09:00

10 lines
207 B
JSON

{
"extends": "../../tsconfig.base",
"compilerOptions": {
"module": "commonjs",
"outDir": "./dist/cjs",
"declaration": true,
"declarationDir": "dist/types",
"skipLibCheck": true,
}
}