Skip to content

Commit

Permalink
fix dompurify warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Jan 20, 2025
1 parent 1a3dd7a commit 50898ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions teammapper-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"ng": "ng",
"start": "ng serve --host $BINDING",
"test": "ng test",
"tsc": "npx tsc -p ./tsconfig.json",
"build:dev": "ng build",
"build:prod": "ng build --configuration production",
"lint": "ng lint",
Expand Down
9 changes: 7 additions & 2 deletions teammapper-frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"mmp/src/*"
]
},
"useDefineForClassFields": false
}
"useDefineForClassFields": false,
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules",
"dist"
],
}

0 comments on commit 50898ac

Please sign in to comment.