Skip to content

Commit

Permalink
fix npm publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
asoftwareworld committed Feb 24, 2023
1 parent 238dbf9 commit 22ad77f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"enableIvy": false,
"annotateForClosureCompiler": false,
"strictMetadataEmit": true,
"skipTemplateCodegen": true
"skipTemplateCodegen": true,
"compilationMode": "partial"
},
"files": [
"./public_api.ts"
Expand Down

0 comments on commit 22ad77f

Please sign in to comment.