Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 1e500bb

Browse files
author
Bowden Kelly
authored
Merge pull request #56 from sebastianseilund/sourcemaps-typo
Removed extra "s" in sourceMap compilerOptions
2 parents 9490498 + 48e39f4 commit 1e500bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ The best part of source maps is when configured correctly, you don't even know t
252252
First you need to make sure your `tsconfig.json` has source map generation enabled:
253253
```json
254254
"compilerOptions" {
255-
"sourceMaps": true
255+
"sourceMap": true
256256
}
257257
```
258258
With this option enabled, next to every `.js` file that the TypeScript compiler outputs there will be a `.map.js` file as well.

0 commit comments

Comments
 (0)