Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript Library project type in Visual Studio #2466

Closed
vivmaha opened this issue Mar 23, 2015 · 1 comment
Closed

TypeScript Library project type in Visual Studio #2466

vivmaha opened this issue Mar 23, 2015 · 1 comment
Labels
Duplicate An existing issue was already created Suggestion An idea for TypeScript

Comments

@vivmaha
Copy link

vivmaha commented Mar 23, 2015

Just a suggestion, but it would be very cool if one could create a TypeScript Library project to contain nothing but TypeScript files, which would compile to a single JavaScript file that could then be linked from other projects. Maybe have a Definitions folder to contain .d.ts files. If the source-map-based debugging could be made to work with this project type, then even better.

I'm guessing the project would need the same kind of ordering semantics as F# projects, so that the output was concatenated in the correct order.

Since TypeScript's raison d'etre is large-scale applications, it would seem to make sense to support this level of componentization in a Visual Studio solution, right?

@RyanCavanaugh RyanCavanaugh added Suggestion An idea for TypeScript Duplicate An existing issue was already created labels Mar 23, 2015
@RyanCavanaugh
Copy link
Member

Duplicate of #11

@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created Suggestion An idea for TypeScript
Projects
None yet
Development

No branches or pull requests

2 participants