Support TypeScript for React components
Same treatment as https://github.com/matrix-org/matrix-react-sdk/pull/4203
This commit is contained in:
parent
87e32baefa
commit
f44694ad44
4 changed files with 8 additions and 6 deletions
|
@ -82,7 +82,7 @@ module.exports = (env, argv) => {
|
|||
aliasFields: ['matrix_src_browser', 'browser'],
|
||||
|
||||
// We need to specify that TS can be resolved without an extension
|
||||
extensions: ['.js', '.json', '.ts'],
|
||||
extensions: ['.js', '.json', '.ts', '.tsx'],
|
||||
alias: {
|
||||
// alias any requires to the react module to the one in our path,
|
||||
// otherwise we tend to get the react source included twice when
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue