-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
No TypeScript files in VS2017 #7209
Comments
@mlorbetske I'm not familiar with this aspnet template. Thoughts on how we could migrate more effectively? |
Seems like it should be possible to migrate:
|
@SteveSandersonMS thus far migration has been limited to project.json. We'll need to look at opportunities to selectively migrate xproj content for these projects. |
@mlorbetske Is this something that the Web SDK is handling already? |
The inclusion of the typescript files in the project is handled by the WebSDK. For the actual integration with the Typescript build, we're working with that team to complete the story. |
Ok, seems like migration will get it for free then. I am closing this issue. If there is something else we should do as part of migration for this, please, re-activate. |
[moved from https://github.com/Microsoft/msbuild/issues/1354]
Just downloaded VS2017 and migrated my project.json-based project. This was created using the Angular 2 template that can be found in https://github.com/aspnet/JavaScriptServices.
Now my TypeScript files are not shown and there are many .js and .map.js files created automatically.
What would be the correct configuration to have what I had before this?
After posting the original question I found these settings are enough for my scenario, but the migration experience still wasn't complete and that's a bug in my opinion:
Thanks!
The text was updated successfully, but these errors were encountered: