We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nodenex
The basic example fails, is it possible to use io-ts without altering tsconfig and setting nodenex?
io-ts
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?
The text was updated successfully, but these errors were encountered:
The nodenext option is not required to use io-ts.
nodenext
Sorry, something went wrong.
No branches or pull requests
The basic example fails, is it possible to use
io-ts
without altering tsconfig and settingnodenex
?The text was updated successfully, but these errors were encountered: