6123216afc
Generate PDF in the background using webworker Shows a progress bar to estimate the PDF generation progress
15 lines
212 B
JSON
15 lines
212 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/worker",
|
|
"lib": [
|
|
"es2018",
|
|
"webworker"
|
|
],
|
|
"types": []
|
|
},
|
|
"include": [
|
|
"src/**/*.worker.ts"
|
|
]
|
|
}
|