-
-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Regarding using paths property of tsConfig #6201
Comments
Hi @Uma19, this is not currently supported by There is a PR (#6116) to add support for this that we hope to merge very soon. It looks like you're using I hope that helps! |
Actually I am using react-scripts-ts of "wmonk" |
Correct @Uma19, you can now use CRA with TypeScript without a third-party's scripts package, but there may be different levels of support for some TS features. You could consider moving across, and then we'd be able to offer more support. |
Is this a bug report?
No
Description of Bug
I am using "react-scripts-ts": "3.1.0" and in that I am trying to use paths property of tsconfig
in order to resolve my components
e.g "paths": {
"@coe/common/": ["/src/common/"]
}
with "baseUrl": "."
but its not working.
its giving me error as "could not able to resolve the components"
I am not sure whether I am doing something wrong or this is not available in "react-scripts-ts": "3.1.0"
can you please guide me for the same
The text was updated successfully, but these errors were encountered: