Add knip unused code & dependency analyser (#1441)

This commit is contained in:
Michael Telatynski
2024-01-18 10:10:51 +00:00
committed by GitHub
parent ae187445af
commit efde228da6
10 changed files with 697 additions and 351 deletions

View File

@@ -24,10 +24,6 @@ const FALLBACK_LOCALE = "en";
type TranslationKey = TKey<typeof EN>;
export function _td(text: TranslationKey): TranslationKey {
return text;
}
type SubstitutionValue = number | string;
interface Variables {