Skip to content

Commit cca1667

Browse files
authored
Merge pull request #2 from ybiquitous/patch-1
Fix typo in `tsconfig.json` example
2 parents e49ac89 + de0ebc4 commit cca1667

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)