I\'m trying to use the follwing line:
import Clipboard = require(\'clipboard\');
and I get the following error:
[default] c:
Try to set module as commonjs in tsconfig
You can try this example using webpack here