Hey 👋
With this release, you can now use --experimental-resolve-tsconfig-paths
with paths
defined in tsconfig
s extended by the nearest one.
Now Svelte users can refer to $lib
and other paths they defined in svelte.config.js
that are codegen'd into .svelte-kit/tsconfig.json
and extended by their tsconfig.json
files.
Full Changelog: v0.14.0...v0.15.0