We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This can probably be fixed by changing module: "commonjs" to module: "es2015" in tsconfig.json
module: "commonjs"
module: "es2015"
tsconfig.json
Activity