:triangular_ruler: Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone. ⭐️ Star to support our work!
Information
Add
@tsed/platform-http
to export only symbol from the old@tsed/common
.@tsed/common
re-export@tsed/schema
,@tsed/di
,@tsed/platform-params
,@tsed/platform-exceptions
,@tsed/platform-response-filter
, and $log / Logger from@tsed/logger
.This new
@tsed/platform-http
don't re-export these things. The CLI will use directly@tsed/platform-http
package to generate the appropriate project.This way it will be easier to compose your project according to your needs and to have a lighter bundle (without the log-request for example).
Todos