Skip to content

Commit

Permalink
Sync README tsconfig.json with dts-gen template (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
jablko authored and sandersn committed Nov 29, 2021
1 parent 2e7c3e5 commit 270426a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/dtslint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 270426a

Please sign in to comment.