Skip to content

Commit

Permalink
Fix TypeScript recipe typo (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
dehbmarques authored and sindresorhus committed Oct 15, 2017
1 parent 2349316 commit 837b0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/typescript.md
Expand Up @@ -19,7 +19,7 @@ Create a [`tsconfig.json`](https://github.com/Microsoft/TypeScript/wiki/tsconfig
"compilerOptions": {
"module": "commonjs",
"target": "es2015",
"sourceMaps": true
"sourceMap": true
}
}
```
Expand Down

0 comments on commit 837b0dd

Please sign in to comment.