-
-
Notifications
You must be signed in to change notification settings - Fork 197
Support for TypeScript-based NativeScript projects #1117
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
Comments
Implemented in #1116 |
The transpilation does not work when outside the project the |
@vchimev the issue is fixed in version 0.2.1 of |
It's fine, thanks. @tailsu, @rosen-vladimirov - Is there any way to preserve my own .tsconfig as currently it is overwritten every time when |
Hm, what's the use-case to call it more than once? |
I'm concerned about the scenario when I have already my .ts project along with .tsconfig file, than executing However, for the release of {N} CLI version 1.5 and |
How you could get started
- install NativeScript CLI version 1.5 when it is released
Than executing any of the commands: |
As a NativeScript used, I want to develop my project in TypeScript, but I don't want to muck around with TypeScript compilers, Grunt, Gulp or whatever.
How to Use
Execute:
From now on, commands like
tns prepare
,tns build
, etc. will compile all*.ts
files underapp/
and output the respective*.js
files and the compiled files will be the ones that go into the built package.The text was updated successfully, but these errors were encountered: