6123216afc
Generate PDF in the background using webworker Shows a progress bar to estimate the PDF generation progress
13 lines
292 B
JSON
13 lines
292 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/app",
|
|
"types": []
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableIvy": false
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["src/test.ts", "**/*.spec.ts", "src/**/*.worker.ts"]
|
|
}
|