Skip to content

Commit

Permalink
fix issue goharbor#21044
Browse files Browse the repository at this point in the history
fixes issue goharbor#21044 goharbor#21044

Signed-off-by: bupd <bupdprasanth@gmail.com>
  • Loading branch information
bupd committed Nov 8, 2024
1 parent 7504774 commit 201c535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/portal/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
"importHelpers": true,
"target": "ES2022",
"module": "es2020",
"skipLibCheck": true,
"lib": [
"es2018",
"dom"
],
"useDefineForClassFields": false
},
"exclude": ["cypress.config.ts"],
"exclude": ["cypress.config.ts"]
}

0 comments on commit 201c535

Please # to comment.