-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Typescript ignores typings when using tsconfig.json paths #17583
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
Comments
If you have In fact, why are you even using |
I do understand. The problem is, that I am using it in the context of an angular4 project using angular-cli. Angular-CLI does not support aliasing or at least only using the information from But to use fabric.js with I somehow thought that it might be a bug with tsc but thinking at it again: Is there a way to use |
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed. |
TypeScript Version: 2.3.4, 2.4.2, 2.5.0-dev.20170801
fabric@1.7.17
and@types/fabric
are installed.Code
tsconfig.json
src/app.ts
Expected behavior:
TSC should report an error that
toSVG
needs parameters.Actual behavior:
typescript doesn't load any type definitions for the fabric module.
The text was updated successfully, but these errors were encountered: