diff --git a/README.md b/README.md index 9a3aa04..0a355dd 100644 --- a/README.md +++ b/README.md @@ -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.