Click here to Skip to main content
15,880,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I'm working with a new TypeScript project in VS2013.

I have a number of project which are 100% type script. I can only get the TypeScript compiler to run within the various types of .Net web projects.

But most of these project will have no .Net code. They're reusable TypeScript infrastructure projects.

My problem is I'm seeing quite a large compilation overhead as the project are all creating and outputting .Net DLL files in the bin folder.

What I'm looking for is to disable the compilation of C# or a new project type which is 100% TypeScript with no .Net compilation as part of the build process.

I've tried adding TS files to a number of generic empty projects but these do not manage adding the TS project settings or compiling the TS files.

It seems I'm wasting a lot of my day waiting for pointless .Net files to compile and I'd like to be a bit more efficient.

I appreciate TypeScript is still in its infancy but any advice/suggestions would be much appreciated.

Regards

Steve
Posted
Comments
Kornfeld Eliyahu Peter 20-May-14 6:14am    
What kind of project you created in the first place?
Stephen Hewison 20-May-14 6:51am    
I've created HTML Application with TypeScript, Empty C# Web Site and other C# web templates. All of which work and compile TS but also compile .Net. I've tried an empty C# project, but this doesn't handle TS compilation. I've tried a number of others but I can only get TS to compile where there is a web inference with the project type and the project is a .Net project.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900