Skip to content
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

Optional dependency of typescript. #122

Merged
merged 1 commit into from
Dec 11, 2018
Merged

Conversation

allex
Copy link
Contributor

@allex allex commented Nov 27, 2018

make the typescript not a strong required dependence. allow customize typescript implements like:

// rollup.config.js
// ...
plugins: [
    ts2({
      typescript: require('@allex/typescript'),
      tsconfig: resolve('tsconfig.json'),
      check: false
    })
    // ...
]

@ezolenko
Copy link
Owner

Looks good, could you fix the codacy errors? I'll merge it then.

@allex allex force-pushed the master branch 2 times, most recently from 936c034 to 5d86b5c Compare December 1, 2018 04:54
@ezolenko ezolenko merged commit 2ad63da into ezolenko:master Dec 11, 2018
ezolenko added a commit that referenced this pull request Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants