I\'m trying to use the follwing line:
import Clipboard = require(\'clipboard\');
and I get the following error:
[default] c:
I had the same problem after updating my vsCode.
just replace with "module": "es5"
"module": "es5"
to "module": "commonjs" in tsconfig.app.json
"module": "commonjs"