VueJS 3: Typescript - Map.groupBy - marked as error in VSCode, but still working fine #13583
-
I'm trying to learn Typescript together with VueJS3 and NodeJS. Right now I'm trying to resolve an issue with Map.groupBy: The code works fine in the browser, but VSCode code-editor flags it as a problem: Thanks for any advice to resolve this issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Did you try changing the 'lib' compiler option to 'es2024' or later? |
Beta Was this translation helpful? Give feedback.
is
tsconfig.node.json
your only tsconfig file?