Skip to content
This repository was archived by the owner on Jul 20, 2019. It is now read-only.

Commit 6186e69

Browse files
committed
fix build lib
"strictMetadataEmit": false,
1 parent 6e915cf commit 6186e69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/pdfjs-box/tsconfig.lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"angularCompilerOptions": {
1515
"annotateForClosureCompiler": true,
1616
"skipTemplateCodegen": true,
17-
"strictMetadataEmit": true,
17+
"strictMetadataEmit": false,
1818
"fullTemplateTypeCheck": true,
1919
"strictInjectionParameters": true,
2020
"enableResourceInlining": true

0 commit comments

Comments
 (0)