You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With rc0 the default tsconfig file outputs automatically the compiled sources inside the folder of the source. This is incorrect. Compiled files should go to another folder. i. e. set autdir in tsconfig.
Short description of the problem:
With rc0 the default tsconfig file outputs automatically the compiled sources inside the folder of the source. This is incorrect. Compiled files should go to another folder. i. e. set autdir in tsconfig.
http://stackoverflow.com/questions/24454371/typescript-how-to-keep-compiled-files-in-a-separate-directory
Steps to reproduce:
ionic start myproject --v2
Which Ionic Version?
2.0 rc0
Run
ionic info
from terminal/cmd prompt: (paste output below)Your system information:
Cordova CLI: 6.3.1
Ionic Framework Version: 2.0.0-rc.0
Ionic CLI Version: 2.1.0
Ionic App Lib Version: 2.1.0-beta.1
Node Version: v6.6.0
Update:
I just noticed that this behavior is caused by webstorm (for fixing just disable the typescript compiler in settings).
The text was updated successfully, but these errors were encountered: