nestjs / config

Configuration module for Nest framework (node.js) 🍓
https://nestjs.com
MIT License
522 stars 91 forks source link

The property path is not detected. #752

Closed CatsMiaow closed 2 years ago

CatsMiaow commented 2 years ago

Is there an existing issue for this?

Current behavior

image

In https://github.com/nestjs/config/commit/eec4653e8546c37f42135409c1ae78b31e76f04e fix, an T extends unknown condition was added, which always responds true. image

Minimum reproduction code

https://github.com/CatsMiaow/typescript-starter

Steps to reproduce

No response

Expected behavior

image

Package version

1.1.3

NestJS version

8.2.3

Node.js version

v16.6.2

In which operating systems have you tested?

Other

No response

kamilmysliwiec commented 2 years ago

Fixed in 1.1.4