Suggestion: TypeScript Library Project in Visual Studio · Issue #11 · microsoft/TypeScript (original) (raw)

Create a project template and project system support for a TypeScript 'library'

Library project outputs would include a .d.ts and a .js file; referencing projects would consume the .d.ts file automatically and have separate compilation. Refactoring in the referenced project would be reflected in any loaded referencing projects.