mirror of
https://github.com/pdfme/pdfme.git
synced 2026-06-20 20:29:11 -04:00
10 lines
207 B
JSON
10 lines
207 B
JSON
{
|
|
"extends": "../../tsconfig.base",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"outDir": "./dist/node",
|
|
"declaration": true,
|
|
"declarationDir": "dist/types",
|
|
"skipLibCheck": true
|
|
}
|
|
} |