From f90652b68c3d333e3aae1345b8f259d95cfad537 Mon Sep 17 00:00:00 2001 From: kruschen Date: Mon, 26 Aug 2024 00:34:38 +0000 Subject: [PATCH] jquery type imports --- src/main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.ts b/src/main.ts index 57973304..b9f8452c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -2,6 +2,8 @@ // https://github.com/Azgaar/Fantasy-Map-Generator import "./components"; +import "jquery"; +import "jqueryui"; // @ts-expect-error js-module import {defineSvg} from "./modules/define-svg"; // @ts-expect-error js-module