diff --git a/assets/jsconfig.json b/assets/jsconfig.json index 040177a..377218c 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -1,12 +1,10 @@ { - "compilerOptions": { - "baseUrl": ".", - "paths": { - "*": [ - "*" - ] - }, - "lib": ["es2020", "dom"], - "jsx": "preserve" - } + "compilerOptions": { + "baseUrl": ".", + "paths": { + "*": [ + "*" + ] + } + } } \ No newline at end of file diff --git a/layouts/partials/article-list/compact.html b/layouts/partials/article-list/compact.html index 376512a..f2784d6 100644 --- a/layouts/partials/article-list/compact.html +++ b/layouts/partials/article-list/compact.html @@ -6,7 +6,7 @@