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

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 Sep 7, 2021
1 parent 33eb773 commit e28f894
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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 e28f894

Please sign in to comment.