project-references-demo
project-references-demo copied to clipboard
I'm wondering what the almost empty `tsconfig.json` is for. Everything seems to work fine without it, what am I missing?
Currently, it looks like the auto-import will work for any files are already referenced, so if i add a `bark` function to dog.ts, you can immediately import that in zoo.ts...
I see package.json's `main` field points to `index.js`, which is a non-existent file. How do we prepare project-references-demo to be an NPM package? Should we remove the `main` field? Does...
there a lock file but no package.json file, can you please commit it :) thanx
From Microsoft/TypeScript#28875 danielrentz commented 29 days ago **TypeScript Version:** 3.2.1 I have tried https://github.com/RyanCavanaugh/project-references-demo and ``tsc -b tsproject.json`` emits the output files into the /lib directory as expected, but additionally...
Is it better to use outdir or outfile when using new project reference? Thanks Ryan