ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

Home Page:https://ionicframework.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set autdir in tsconfig to avoid compiled files in src.

marcoturi opened this issue · comments

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).