nativescript-dev-typescript icon indicating copy to clipboard operation
nativescript-dev-typescript copied to clipboard

TypeScript support for NativeScript projects

Results 9 nativescript-dev-typescript issues
Sort by recently updated
recently updated
newest added

Typescript version is currently locked to `3.1.*`. Could this be changed to `3.*` instead? Thank you.

... and relax ts dependency version from 3.1.* to 3.* So that people can use more modern typescript that they are already using on their project.

### Which platform(s) does your issue occur on? I tested on Android 8 via emulator, with `--bundle`. ### Please, provide the following version numbers that your issue occurs with: -...

Could you add typescript as a peer dependency? I think it would make ```nativescript-dev-typescript``` work with [pnpm](https://pnpm.js.org/docs/en/how-peers-are-resolved.html). Right now ```nativescript-dev-typescript``` tells me it cant find typescript (because of pnpm directory...

Hi friends, I was looking into using TypeScript with https://github.com/nativescript-vue/vue-cli-template and ran into an issue with the `before-watch` hook. The template depends on bundling your code, even during development. That's...

Hello. Silly question.... which version of Typescript should I use? I'm stick with the version that comes with the templates (2.7.2). Can I update it safely? I can't find documentation...

I would like to use the `--build` option that ships with TypeScript 3+, but there seems to be no way to inject it into the `tsc` arguments list. I can...

After npm install, tsconfig.json is being forced to 4 spaces changing other settings like adding `es6` to `lib`. Ideally, there should be a `"nativescript": { "lastMigrated": VERSION }` flag that...

feature

I'm here for the same problem that always faced using Nativescript an is tue ability to use path aliases in my tsconfig, i can use the `~` alias with no...