a minimal reproduction repo for an issue with sweetalert in combination with sveltekit using typescript.
git glone [email protected]:lukas-runge/sweetalert2-sveltekit-typescript-issue-demo.git
yarn install
git checkout missing-type-demo
→ see error in Line 5 of src/routes/+page.svelte: Could not find a declaration file for module 'sweetalert2/dist/sweetalert2.js'. '[..]/node_modules/sweetalert2/dist/sweetalert2.js' implicitly has an 'any' type.
git checkout missing-theme-demo
yarn dev
→ see the dark theme not being applied