To take full advantage of TypeScript we should enable more flags. - [ ] `noImplicitAny` - [x] https://github.com/quadre-code/quadre/pull/331: Fix some noImplicitAny issues - [x] https://github.com/quadre-code/quadre/pull/333: Fix most noImplicitAny issues in command folder and related issues arised - [x] https://github.com/quadre-code/quadre/pull/334: Fix some noImplicitAny issues in file\filesystem folders and related issues arised - [ ] `strict` "family"
To take full advantage of TypeScript we should enable more flags.
noImplicitAnystrict"family"