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
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