coral-xyz / backpack

🎒 Next level crypto wallet
https://backpack.app
GNU General Public License v3.0
1.38k stars 824 forks source link

Don't build packages that don't need building for faster local dev #1477

Open wentokay opened 2 years ago

wentokay commented 2 years ago

We can take advantage of composite: true, paths, references[*].paths in various tsconfig files so that we just include typescript from other shared packages that don't get published, like @coral-xyz/recoil

That way there would be no need to build them, or rebuild on change

armaniferrante commented 1 year ago

Has this been addressed? I've seen composite: true floating around a bit.