The simplicity of this example is the best thing about it. However, can you add a test folder next to src folder in pkg1? And place one .ts file in there as if that was some unit test for the fn function. I cannot figure out how to modify the tsconfig file(s) to avoid the tsc or runtime errors.
The simplicity of this example is the best thing about it. However, can you add a
testfolder next tosrcfolder inpkg1? And place one .ts file in there as if that was some unit test for thefnfunction. I cannot figure out how to modify the tsconfig file(s) to avoid the tsc or runtime errors.