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

Commit

Permalink
Fix typo in tsconfig.json example (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamandrewluca authored Oct 18, 2021
1 parent 8b008ef commit 6a0d0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Refer to the [handbook](http://www.typescriptlang.org/docs/handbook/declaration-
"strictNullChecks": true,
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames: true,
"forceConsistentCasingInFileNames": true,

// If the library is an external module (uses `export`), this allows your test file to import "mylib" instead of "./index".
// If the library is global (cannot be imported via `import` or `require`), leave this out.
Expand Down

0 comments on commit 6a0d0a8

Please # to comment.