Skip to content

Commit

Permalink
Merge pull request #3 from eisberg-labs/license
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
amarjanica authored Dec 13, 2022
2 parents 809c9ac + ae8c70a commit 517b4b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions projects/ngx-barcode-scanner/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"dest": "../../dist/ngx-barcode-scanner",
"lib": {
"entryFile": "src/public-api.ts"
}
}
},
"allowedNonPeerDependencies": ["@ericblade/quagga2"]
}
3 changes: 3 additions & 0 deletions projects/ngx-strength-meter/tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"noImplicitAny": false
},
"files": [
"./typings.d.ts"
]
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"allowSyntheticDefaultImports": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": false,
"sourceMap": true,
"paths": {
"ngx-barcode-scanner": [
Expand Down

0 comments on commit 517b4b1

Please sign in to comment.