Skip to content

Commit

Permalink
Refactor tsconfig.lib.prod.json files in shared and smart-error-displ…
Browse files Browse the repository at this point in the history
…ay libraries
  • Loading branch information
AditechGH committed Oct 1, 2024
1 parent 44c767a commit 17d7e5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion libs/shared/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"compilerOptions": {
"declarationMap": false
},
"angularCompilerOptions": {}
"angularCompilerOptions": {
"compilationMode": "partial"
}
}
4 changes: 3 additions & 1 deletion libs/smart-error-display/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"compilerOptions": {
"declarationMap": false
},
"angularCompilerOptions": {}
"angularCompilerOptions": {
"compilationMode": "partial"
}
}

0 comments on commit 17d7e5a

Please sign in to comment.