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 083359d commit c04054cCopy full SHA for c04054c
packages/svelte/tsconfig.json
@@ -18,6 +18,7 @@
18
"acorn-typescript": ["./src/compiler/phases/1-parse/ambient.d.ts"],
19
"svelte": ["./src/index.d.ts"],
20
"svelte/action": ["./src/action/public.d.ts"],
21
+ "svelte/attachments": ["./src/attachments/public.d.ts"],
22
"svelte/compiler": ["./src/compiler/public.d.ts"],
23
"svelte/events": ["./src/events/public.d.ts"],
24
"svelte/internal/client": ["./src/internal/client/index.js"],
0 commit comments