adapt to typescript 6.0 api

This commit is contained in:
Athou
2026-04-07 02:15:12 +02:00
parent a871426f31
commit 4657a403d0
5 changed files with 19 additions and 8 deletions

3
commafeed-client/src/globals.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
// required because of noUncheckedSideEffectImports
// https://www.typescriptlang.org/tsconfig/#noUncheckedSideEffectImports
declare module "@fontsource/open-sans"