We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b088f27 commit b8924a7Copy full SHA for b8924a7
packages/svelte/scripts/generate-types.js
@@ -29,6 +29,7 @@ await createBundle({
29
modules: {
30
[pkg.name]: `${dir}/src/index.d.ts`,
31
[`${pkg.name}/action`]: `${dir}/src/action/public.d.ts`,
32
+ [`${pkg.name}/attachments`]: `${dir}/src/attachments/public.d.ts`,
33
[`${pkg.name}/animate`]: `${dir}/src/animate/public.d.ts`,
34
[`${pkg.name}/compiler`]: `${dir}/src/compiler/public.d.ts`,
35
[`${pkg.name}/easing`]: `${dir}/src/easing/index.js`,
0 commit comments