Skip to content

Commit

Permalink
adaptions for bundling & package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdulz committed Oct 10, 2024
1 parent dd70dd6 commit b3fe1bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "dicom-web-anonymizer",
"version": "0.2.0",
"description": "A DICOM web pseudonymization library in JavaScript.",
"type": "module",
"types": "./types/dcm.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"incremental": true,
"inlineSources": false,
"isolatedModules": true,
"lib": ["ES2021.String", "dom"],
"lib": ["ES2021", "dom"],
"module": "ES2015",
"moduleResolution": "node",
"noEmit": true,
Expand All @@ -26,5 +26,5 @@
"tsBuildInfoFile": ".tsbuildinfo"
},
"include": ["types/**/*"],
"exclude": ["node_modules", "public", "src/loader.ts", "**/demo/**"]
"exclude": ["node_modules", "public", "samples", "src/loader.ts"]
}

0 comments on commit b3fe1bd

Please sign in to comment.