SyntaxFix
Write A Post
Hire A Developer
Questions
In my case the following tsconfig.json solved problem:
tsconfig.json
{ "compilerOptions": { "esModuleInterop": true, "target": "ES2020", "moduleResolution": "node" } }
There should be no type: module in package.json.
type
module
package.json