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 4bc8a93 commit fd11dc7Copy full SHA for fd11dc7
packages/svelte/tsconfig.json
@@ -21,6 +21,7 @@
21
"svelte/compiler": ["./src/compiler/public.d.ts"],
22
"svelte/internal": ["./src/internal/index.js"],
23
"svelte/legacy": ["./src/legacy/legacy-client.js"],
24
+ "svelte/motion": ["./src/motion/public.d.ts"],
25
"svelte/server": ["./src/server/index.js"],
26
"svelte/store": ["./src/store/public.d.ts"],
27
"#compiler": ["./src/compiler/types/index.d.ts"]
0 commit comments