create #client types alias (#10695)

Co-authored-by: Rich Harris <rich.harris@vercel.com>
pull/10697/head
Rich Harris 2 years ago committed by GitHub
parent d577740c82
commit 2d15c9de3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,7 +24,8 @@
"svelte/motion": ["./src/motion/public.d.ts"],
"svelte/server": ["./src/server/index.js"],
"svelte/store": ["./src/store/public.d.ts"],
"#compiler": ["./src/compiler/types/index.d.ts"]
"#compiler": ["./src/compiler/types/index.d.ts"],
"#client": ["./src/internal/client/types.d.ts"]
}
},
"include": [

Loading…
Cancel
Save