orig. formatting
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
|
// import sanitizeHtml from 'sanitize-html';
|
||||||
|
|
||||||
export class HtmlUtils {
|
export class HtmlUtils {
|
||||||
public static getElementByIdOrFail<T extends HTMLElement>(id: string): T {
|
public static getElementByIdOrFail<T extends HTMLElement>(id: string): T {
|
||||||
|
|||||||
+3
-2
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
// "include": ["src/**/*"],
|
// "include": ["src/**/*"],
|
||||||
|
|
||||||
"extends": "@tsconfig/svelte/tsconfig.json",
|
"extends": "@tsconfig/svelte/tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
@@ -35,4 +35,5 @@
|
|||||||
"public/iframe_api.js",
|
"public/iframe_api.js",
|
||||||
"packages/iframe-api-typings"
|
"packages/iframe-api-typings"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user