Open mrsafalpiya opened 1 month ago
@mrsafalpiya thanks for reporting it!
I'll add this to the backlog and work on supporting the strict
config.
It's mostly strictNullChecks
and noImplicitAny
that needs to be addressed in the implementation.
Hello @tommelo I have created a PR to resolve this issue. Please take a look at it.
@mrsafalpiya thanks for submitting the PR! I'll have a look as soon as I have some free time.
Short description
Currently this package cannot be used when we use strict typescript configuration.
Steps to reproduce
nest new foo --strict
(Note the--strict
argument)npm install --save @itgorillaz/configify
ConfigifyModule
in the imports array inapp.module.ts
:npm run start:dev
We get the following error:
System information
package.json
contents: