Craig E. Shea
Craig E. Shea
If I'm understanding the problem correctly, it would seem to me that Baget ought to present a unified source of information. Let's take a well-known package: EntityFramework (not Core...vanilla). Let's...
I am in favor of this. I have developed a very well organized module project structure that has been serving me well now for a while. I've been rather busy...
I don't see why we can't have our cake and eat it, too! There are probably a few ways to go about this in JSON syntax, but, perhaps the easiest...
I've run into the same issue. My project successfully compiles using `tsc` and the `tsconfig.json` files I have set up, but when trying to run via `ts-node`, I get ```text...
Hmm, my issue seems to also be related to #897, as I'm working in a monorepo (not lerna, just a yarn PnP monorepo) and the module not being found is...
I'm fairly new to all of this, having been thrown into a last-minute project that was a perfect use-case for React. I've learned a lot in the last 3 months,...
I wound up here again, reading my 14-day old self and your replies because I was once again trying to get ts-node to work with my (the same) project.... LOL....
@gaelcolas Quick question: do you know, is the `PSDependOptions.Target` directory relative to the `*.psd1` file where it is set? For example, if I have the following directory structure: ``` |...
Thanks for the response @gaelcolas , I appreciate it!
We extracted metadata when we cloned our TFS repo: ``` # Running from Git for Windows in Mintty $ MSYS_NO_PATHCONV=1 git tfs clone -lx --branchs=all --authors=authors.txt "" "/" MyLocalBranchName ```...