Skip to content

Commit 87a9fff

Browse files
author
Giannis Chatziveroglou
authored
add missing comma in README.md (#1551)
1 parent 620ee79 commit 87a9fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ If you become aware of issues not caught by the test suite then please let us kn
154154
},
155155
resolve: {
156156
// Add `.ts` and `.tsx` as a resolvable extension.
157-
extensions: [".ts", ".tsx", ".js"]
157+
extensions: [".ts", ".tsx", ".js"],
158158
// Add support for TypeScripts fully qualified ESM imports.
159159
extensionAlias: {
160160
".js": [".js", ".ts"],

0 commit comments

Comments
 (0)