diff --git a/lib/tabbedPageBuilder.ts b/lib/tabbedPageBuilder.ts index 72e288a4b..927f92dd7 100644 --- a/lib/tabbedPageBuilder.ts +++ b/lib/tabbedPageBuilder.ts @@ -55,7 +55,7 @@ function addJS(currentPage, tmpl) { * @returns the processed template string */ function addHiddenCSS(currentPage, tmpl) { - function getHiddenCSS(path) { + function getHiddenCSS(path: string) { const content = fse.readFileSync(path, "utf8"); return minifyCSS(content, path); }