Skip to content

Commit 837b0dd

Browse files
dehbmarquessindresorhus
authored andcommitted
Fix TypeScript recipe typo (#1549)
1 parent 2349316 commit 837b0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Create a [`tsconfig.json`](https://github.com/Microsoft/TypeScript/wiki/tsconfig
1919
"compilerOptions": {
2020
"module": "commonjs",
2121
"target": "es2015",
22-
"sourceMaps": true
22+
"sourceMap": true
2323
}
2424
}
2525
```

0 commit comments

Comments
 (0)