Skip to content

Commit

Permalink
doc(readme,faq): adds a question about jsx & tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Nov 7, 2017
1 parent 1afff47 commit aad4faf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ You've come to the right place :-) :
- [Road map](https://github.com/sverweij/dependency-cruiser/projects/1)
- [Real world show cases](./doc/real-world-samples.md)
- [TypeScript, CoffeeScript and LiveScript support](./doc/faq.md)
- [Support for .jsx and .tsx](./doc/faq.md#im-developing-in-react-and-use-jsx-How-do-i-get-that-to-work)

## License
[MIT](LICENSE)
Expand Down
6 changes: 6 additions & 0 deletions doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## How do I enable TypeScript, CoffeeScript or LiveScript in dependency-cruiser?
You don't. They work out of the box.

## I'm developing in React and use jsx. How do I get that to work?
jsx works out of the box

## I use React, but with TypeScript and tsx. That works out of the box too?
Yep.

## Does this mean dependency-cruiser installs transpilers for all these languages?
No.

Expand Down

0 comments on commit aad4faf

Please sign in to comment.