diff --git a/content/guides/typescript.md b/content/guides/typescript.md index ddffdb918a55..4065d056d7a9 100644 --- a/content/guides/typescript.md +++ b/content/guides/typescript.md @@ -62,6 +62,9 @@ module.exports = { } ] }, + resolve: { + extensions: [".tsx", ".ts", ".js"] + }, output: { filename: 'bundle.js', path: __dirname