orig. formatting

This commit is contained in:
_Bastler 2022-02-27 13:59:05 +01:00
parent 03ee2eb49a
commit 2622041740
2 changed files with 41 additions and 40 deletions

View File

@ -1,4 +1,4 @@
// import sanitizeHtml from 'sanitize-html';
export class HtmlUtils {
public static getElementByIdOrFail<T extends HTMLElement>(id: string): T {

View File

@ -1,5 +1,5 @@
{
// "include": ["src/**/*"],
// "include": ["src/**/*"],
"extends": "@tsconfig/svelte/tsconfig.json",
"compilerOptions": {
@ -35,4 +35,5 @@
"public/iframe_api.js",
"packages/iframe-api-typings"
]
}
}