Skip to content

Commit

Permalink
add missing comma in README.md (#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giannis Chatziveroglou committed Nov 23, 2022
1 parent 620ee79 commit 87a9fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -154,7 +154,7 @@ If you become aware of issues not caught by the test suite then please let us kn
},
resolve: {
// Add `.ts` and `.tsx` as a resolvable extension.
extensions: [".ts", ".tsx", ".js"]
extensions: [".ts", ".tsx", ".js"],
// Add support for TypeScripts fully qualified ESM imports.
extensionAlias: {
".js": [".js", ".ts"],
Expand Down

0 comments on commit 87a9fff

Please sign in to comment.