Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Conflict with jQuery typings #42

Closed
dsebastien opened this issue Feb 15, 2016 · 1 comment
Closed

Conflict with jQuery typings #42

dsebastien opened this issue Feb 15, 2016 · 1 comment
Labels

Comments

@dsebastien
Copy link
Owner

Angular UI Router requires jQuery.
jQuery typings conflict with Protractor typings.

Error:

typings/main/ambient/jquery/jquery.d.ts(3212,13): error TS2403: Subsequent variable declarations must have the same type.  
Variable '$' must be of type 'cssSelectorHelper', but here has type 'JQueryStatic'.

It is a known issue on DefinitelyTyped: DefinitelyTyped/DefinitelyTyped#2734

@basarat has worked around it by having two different typings & tsconfig.json files (mhh):

@dsebastien
Copy link
Owner Author

Closed by d2b9a6d

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

No branches or pull requests

1 participant