Replies: 2 comments 1 reply
-
I don't think you understand. TypeScript is just a linting tool, an extension that sits on top of your Codebase to ensure you are writing typesafe code. Typescript does not get run on the server or in your browser, the code gets packaged into individual JavaScript modules that get run in. You do not have to use TypeScript when developing Payload Applications, but if you are given the option to run TypeScript then you can definitely run regular JavaScript. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You should learn to use ts. It's very helpful |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i search several times and i cannot find the way to install a version without typescript because I need work with javascript directly. Do you know any fork or way to install it? I try change files after installation but i couldn't do it either.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions