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

Update typescript 2 #73

Closed
wants to merge 1 commit into from
Closed

Conversation

tusharmath
Copy link

No description provided.

@0xNacho
Copy link

0xNacho commented Nov 8, 2016

@tusharmath Hi there.

You can actually use typescript 2 with this project.

Firstly, include typescript2 in your package.json:

npm install --save-dev typescript

Secondly, override the typescript version by editing your rollup.config.js:

typescript({
  typescript: require('some-fork-of-typescript')
})

That should be enought. It works for me.

@cebor
Copy link

cebor commented Nov 8, 2016

I think the better approach is to remove typescript from the dependency list, and let the user decide which version of typescript to use.

see: #55

@PaulBGD
Copy link
Collaborator

PaulBGD commented May 23, 2017

Closed by #91.

@PaulBGD PaulBGD closed this May 23, 2017
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 this pull request may close these issues.

4 participants