Skip to content

Is it possible to use it with typescript without nodenex config option? #714

@al6x

Description

@al6x

The basic example fails, is it possible to use io-ts without altering tsconfig and setting nodenex?

import * as t from 'io-ts'

const User = t.type({
  userId: t.number,
  name: t.string
})
Cannot find module 'io-ts'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions