eclipse-typescript
eclipse-typescript copied to clipboard
`package.json#typings` ignored with nodejs module resolution
As per http://www.typescriptlang.org/docs/handbook/typings-for-npm-packages.html , the typings field in package.json should be read to determine typings for a module.
Related to #301
Step #2 (modules with a default /index.d.ts) was implemented in #309
@tomshen SA