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
TypeScript Version: 3.1.0-dev.20180813
Also can be reproduced in version 3.0.1
Search Terms:
declaration, reference, lodash Code
I was trying to migrate from 2.7.2 version to 3.0.1 and getting this behavior in 3.0.1.
Here I am using lodash:
- Test command has now -d parameter which can define where to dump build files for testing
### Changed
- Default TypeScript is now 3.1.6
### Fixed
- detection of triple slash references (TypeScript is still somewhat buggy microsoft/TypeScript#26439)
TypeScript Version: 3.1.0-dev.20180813
Also can be reproduced in version 3.0.1
Search Terms:
declaration, reference, lodash
Code
I was trying to migrate from
2.7.2
version to3.0.1
and getting this behavior in3.0.1
.Here I am using lodash:
And after I ran
tsc
compiler this declaration will be generated:So than I can't use this declaration in another project. Everything works good in
2.7.2
versionHere is my
tsconfig.json
:The text was updated successfully, but these errors were encountered: