lsancho
lsancho

Reputation: 43

Is nestjs compatible to typescript 3.x?

I'm starting a project with Nestjs, in one of its samples the version of typescript is 2.8, but typescript's latest version is 3.2. Is nest.js compatible to version 3.x of typescript?

Upvotes: 0

Views: 1104

Answers (1)

Kim Kern
Kim Kern

Reputation: 60507

You can use the latest Typescript version. Typescript 3.x support was added in this pull request. I'd recommend using the nest CLI to setup a new project.

Upvotes: 1

Related Questions