Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Allow to use TypeScript 2.0 and @types with browserify-typescript #42

Closed
julienevano opened this issue Jul 18, 2016 · 1 comment
Closed

Comments

@julienevano
Copy link

The current version of browserify-typescript is using tsify@^0.14.1 which is incompatible with @types from TypeScript 2.0. A fix has been created in tsify@^1.0.1.

By upgrading the package.json with tsify@^1.0.1, TypeScript becomes a devDependency and it is not installed by tsify anymore. TypeScript will have to be installed via npm install typescript --save-dev in your project to use whatever version you want.

julienevano added a commit to julienevano/ionic-gulp-tasks that referenced this issue Jul 18, 2016
The current version of browserify-typescript is using tsify@^0.14.1
which is incompatible with @types from TypeScript 2.0. A fix has been
created in tsify@^1.0.1.
By upgrading the package.json with tsify@^1.0.1, TypeScript becomes a
devDependency and it is not installed by tsify anymore. TypeScript will
have to be installed via npm install typescript --save-dev in your
project to use whatever version you want.

fix ionic-team#42
@julienevano
Copy link
Author

See comment

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant