OpenSlides/client/tsconfig.app.json
Sean Engelhardt 6123216afc Add pdf webworker and progress bar
Generate PDF in the background using webworker
Shows a progress bar to estimate the PDF generation progress
2019-08-01 13:23:56 +02:00

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"]
}