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

Commit e28f894

Browse files
authored
Sync README tsconfig.json with dts-gen template (#345)
1 parent 33eb773 commit e28f894

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ Refer to the [handbook](http://www.typescriptlang.org/docs/handbook/declaration-
4242
"lib": ["es6"],
4343
"noImplicitAny": true,
4444
"noImplicitThis": true,
45-
"strictNullChecks": true,
4645
"strictFunctionTypes": true,
46+
"strictNullChecks": true,
47+
"types": [],
4748
"noEmit": true,
49+
"forceConsistentCasingInFileNames: true,
4850
4951
// If the library is an external module (uses `export`), this allows your test file to import "mylib" instead of "./index".
5052
// If the library is global (cannot be imported via `import` or `require`), leave this out.

0 commit comments

Comments
 (0)