You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 thetsconfig.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?
The text was updated successfully, but these errors were encountered: