mirror of
https://github.com/pdfme/pdfme.git
synced 2026-04-17 12:38:57 -04:00
17 lines
502 B
JSON
17 lines
502 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationDir": "./dist/typecheck",
|
|
"emitDeclarationOnly": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"outDir": "./dist/typecheck",
|
|
"tsBuildInfoFile": "./dist/typecheck/tsconfig.tsbuildinfo",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"references": [{ "path": "../common" }, { "path": "../pdf-lib" }, { "path": "../schemas" }]
|
|
}
|