question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

My project created by create-react-app-typescript. I tried to import .tsx component but got ‘This relative module was not found’ message. Is the usage incorrect or is it not yet supported?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
pedronauckcommented, Jul 19, 2018

If you want to transpile Typescript on our project just pass a config on your doczrc.js:

// doczrc.js
export default {
  typescript: true
}

So, if you want some custom config do something like we did on docz-plugin-babel6 @mbrn https://github.com/pedronauck/docz/blob/master/packages/docz-plugin-babel6/src/index.ts

1reaction
FlatMapIOcommented, Jun 17, 2018

Thank you @pedronauck , the problem was solved. 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

TMX TSX | TSXV - Contact Us
TMX Market Operations Support Team: ; Trading Services Support, +1 416 947-4357 or toll-free +1 877 370-0020 ; Vendor Services Support, +1 416...
Read more >
wonderful-panda/vue-tsx-support - GitHub
vue-tsx-support is a type checker for TypeScript, not a transpiler. You must install babel presets (@vue/babel-preset-app or @vue/babel-preset-jsx) separatedly.
Read more >
vue-tsx-support - npm
TSX (JSX for TypeScript) support library for Vue. Latest version: 3.2.0, last published: a year ago. Start using vue-tsx-support in your ...
Read more >
Transactional Synchronization Extensions - Wikipedia
Support for TSX/TSX-NI emulation is provided as part of the Intel Software Development Emulator. There is also experimental support for TSX/TSX-NI emulation ...
Read more >
Intel® Transactional Synchronization Extensions (Intel® TSX)...
Intel® TSX and PMU behavior updates. ... On processors that enumerate support for RTM, the CPUID enumeration bits for Intel TSX (CPUID.07H.0H.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found