Closed gvlasov closed 1 year ago
/cc @dummdidumm
This was the way in @tsconfig/svelte
1.0 but was removed because then you'd lock out all other types that should be loaded eagerly. The recommended way to do it is to add /// <reference types="svelte" />
to a d.ts
file instead. See the PR which changed this for more info #55
I added
@tsconfig/svelte^3.0.0
as a dev dependency, but my code wouldn't compile, sayingin this file
until I added
to my tsconfig. Shouldn't this option be included in
@tsconfig/svelte
?