dart-archive / ts2dart

ts2dart TypeScript to Dart transpiler
Apache License 2.0
181 stars 62 forks source link

chore(typings): list the external API definition in package.json. #286

Closed alexeagle closed 9 years ago

alexeagle commented 9 years ago

This is supported by new Typescript ModuleResolutionKind=node as described in the proposal here: https://github.com/Microsoft/TypeScript/issues/2338

rkirov commented 9 years ago

LGTM