Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

discrepancy between readme and code #19

Open
davidmoshal opened this issue Jun 22, 2020 · 0 comments
Open

discrepancy between readme and code #19

davidmoshal opened this issue Jun 22, 2020 · 0 comments

Comments

@davidmoshal
Copy link

Hi, have been looking at this code, seems to work, though there are significant differences between the readme and the codebase.

(1) the readme describes use of tsconfig @paths, yet none of the tsconfig files use this?

(2) instead the packages seem to be mapped as package.json devDependencies, ie; nothing to do with tsconfig ?

(3) the lone tsconfig.json file is not referenced by any other config files, instead they all reference the tsconfig.settings.json file.

So, it seems that the readme describes use of tsconfig references and paths, yet the code (currently) actually uses package.json devDependency references.

What am I missing here?
Given that your solution actually works, what are you thoughts on which way to go?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant