Skip to content

Commit

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

Signed-off-by: bupd <[email protected]>
  • Loading branch information
bupd committed Nov 8, 2024
1 parent 2b881d6 commit 230e089
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 230e089

Please sign in to comment.