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
basarat
changed the title
The typings can only a .d.ts file. Contact package author to fix it
The typings can only be a .d.ts file. Contact package author to fix it
Oct 16, 2015
yup. that would be a side effect of #4911. the fix would be to add the full extension in the typings field ("typings": "csx.d.ts").
We have got feedback about users wanting to include their .ts files and found the compiler changing its lookup rules to pick .d.ts files too restrictive.
Happens when using the latest compiler as a language service. Sample package : csx https://github.com/basarat/csx
npm install csx
.I suspect that #4911 broke it ... it now looks at the
csx.ts
file and errors 🌹The text was updated successfully, but these errors were encountered: