change typescript version in workspace to have typesafety for nextjs (const dynamic =)
how can I change the typescript version in my workspace to have typesafety for nextjs (const dynamic =)? I tried searching change ts version but use the workspace option doesn't exist.
Do i need to be in a ts file?
Solution:Jump to solution
The TypeScript version used by your workspace is the version installed in your current project’s node_modules directory, which is specified under devDependencies or dependencies in your package.json file.
2 Replies