update frontend and switch sanitize library

This commit is contained in:
2022-07-13 22:57:41 +02:00
parent ff36d375ea
commit 2bb256b07e
9 changed files with 345 additions and 368 deletions

View File

@@ -1,3 +1,7 @@
{
"extends": "./.svelte-kit/tsconfig.json"
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"strict": true,
"allowSyntheticDefaultImports": true
}
}