tsdjs / tsd

Check TypeScript type definitions
MIT License
2.36k stars 68 forks source link

Make `tsd` ignore unused locals by default #185

Closed tommy-mitchell closed 1 year ago

tommy-mitchell commented 1 year ago

Sets tsconfig option noUnusedLocals: false by default. Based on https://github.com/sindresorhus/type-fest/pull/560#discussion_r1133009963

Also documents further defaults in the readme.

tommy-mitchell commented 1 year ago

Should default / non-overridable compiler options have test cases?

sindresorhus commented 1 year ago

Should default / non-overridable compiler options have test cases?

Nah