Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed May 14, 2024
1 parent 708bbe9 commit 456e825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/builders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ interface BomBuilderOptions {
export class BomBuilder {
toolBuilder: Builders.FromNodePackageJson.ToolBuilder
componentBuilder: Builders.FromNodePackageJson.ComponentBuilder
purlFactory: Factories.FromNodePackageJson.PackageUrlFactory
purlFactory: Factories.PackageUrlFactory

omitDevDependencies: boolean
metaComponentType: ComponentType
Expand Down
7 changes: 2 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
"compilerOptions": {
/* Visit https://aka.ms/tsconfig.resolveJsonModule to read more about this file */

/* Language and Environment */
"target": "es2019", // in sync with `@yarnpkg/builder`'s esbuild config

/* Modules */
"rootDir": "src",
"module": "CommonJS",
"moduleResolution": "bundler",
"module": "Node16",
"moduleResolution": "node16",
"resolveJsonModule": true,

/* JavaScript Support */
Expand Down

0 comments on commit 456e825

Please sign in to comment.