mirror of
https://github.com/immich-app/immich.git
synced 2025-01-28 00:59:18 -05:00
pr feedback
This commit is contained in:
parent
e5aafff9ec
commit
a25df32a65
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import theme from '$lib/utils/theme?raw';
|
|||
import type { Handle } from '@sveltejs/kit';
|
||||
import { ModuleKind, transpileModule } from 'typescript';
|
||||
|
||||
export const transpileFile = (content: string) => {
|
||||
const transpileFile = (content: string) => {
|
||||
const result = transpileModule(content, {
|
||||
compilerOptions: { module: ModuleKind.ES2020, removeComments: true },
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue