typescript-runtime-type-benchmarks
typescript-runtime-type-benchmarks copied to clipboard
Switch to using `projen` for each package tested
Using projen would open up the possibility of having different configs for each package that is being tested.
This would be necessary for #898, but we have also ran into this with spectypes (#856).
node_modulesIsolation #1219
When trying to add a new benchmark, I noticed that I couldn't use package.json "exports". It was difficult to fix because a change in project configuration would also affect other benchmarks. Maybe this issue would help solving that.
@johannes-lindgren What was the use case for exports?