diff --git a/src/lib/vendor/LottieWrapper.svelte b/src/lib/vendor/LottieWrapper.svelte index ca6e74ed..2fee9569 100644 --- a/src/lib/vendor/LottieWrapper.svelte +++ b/src/lib/vendor/LottieWrapper.svelte @@ -191,7 +191,6 @@ } function onEnterCanvas() { - console.log('here'); dotLottie?.setFrame(0); dotLottie?.play(); } diff --git a/tsconfig.json b/tsconfig.json index ed036580..11ff2d07 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ "moduleResolution": "bundler", "types": ["svelte", "@sveltejs/kit", "vitest/globals", "@testing-library/jest-dom"] }, - "include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.js", "src/**/*.svelte", "**/app.d.ts", "**/global.d.ts"] + "include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.js", "src/**/*.svelte"] // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias, // but we still need to define the paths here or else we will get a "Cannot find module '*.svelte' or its corresponding type declarations" error