chore: fixing typings

Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-10-04 10:11:24 +02:00
parent f014a14c83
commit f93f44e926
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { JsonObject } from '@backstage/types';
import { PluginOption } from 'vite';
import fs from 'fs/promises';
import { render } from 'ejs';
@@ -26,7 +26,7 @@ export const viteTransformHtml = ({
}: {
targetHtml: string;
entryPath: string;
data: JsonObject;
data: any;
}): PluginOption => ({
name: 'backstage:transform:html',
configureServer(s) {