microsoft / tsyringe

Lightweight dependency injection container for JavaScript/TypeScript
MIT License
5.18k stars 172 forks source link

The docs don't state the default value of some of the config options #236

Open PonchoPowers opened 8 months ago

PonchoPowers commented 8 months ago

Take for instance sourceMap and inlineSourceMap, neither say what their default value is, yet things like include and exclude do.

https://www.typescriptlang.org/tsconfig

Is it worth investigating the default values and then having the docs updated?