Skip to content

Commit

Permalink
Merge branch 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
panoti committed Oct 23, 2023
2 parents 6c7c41a + 8629181 commit 66c3636
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"sourceMap": true,
"paths": {
"ngx-uploader": [
"projects/ngx-uploader/src/public_api"
]
},
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
Expand All @@ -22,12 +27,7 @@
"lib": [
"ES2022",
"dom"
],
"paths": {
"ngx-uploader": [
"projects/ngx-uploader/src/public_api"
]
}
]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
Expand Down

0 comments on commit 66c3636

Please sign in to comment.