Skip to content

Commit de0ebc4

Browse files
authored
Fix typo in tsconfig.json example
1 parent e49ac89 commit de0ebc4

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
@@ -24,7 +24,7 @@ You can find more [recommended TS config here](https://github.com/tsconfig/bases
2424
{
2525
"compilerOptions": {
2626
"target": "es2015",
27-
"module: "commonjs"
27+
"module": "commonjs"
2828
}
2929
}
3030
```

0 commit comments

Comments
 (0)