diff --git a/packages/dtslint/README.md b/packages/dtslint/README.md index 42a551b2e5..3bd92947a1 100644 --- a/packages/dtslint/README.md +++ b/packages/dtslint/README.md @@ -42,9 +42,11 @@ Refer to the [handbook](http://www.typescriptlang.org/docs/handbook/declaration- "lib": ["es6"], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": true, "strictFunctionTypes": true, + "strictNullChecks": true, + "types": [], "noEmit": 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.