eliza
eliza copied to clipboard
Tsconfig settings need to be more strict
In the core package the tsconfig has strict set to false. This IMO is not good and will cause many bugs especially for a modern Typescript project. It would be better to inherit settings from @total-typescript/tsconfig which uses the best tsconfig practices.
https://github.com/total-typescript/tsconfig