Options.entry property
The entry file of the extension. The file must contain a class implementing IExtension. Default: ./extension.js
in the directory given by cwd
.
Signature
entry?: string;
The entry file of the extension. The file must contain a class implementing IExtension. Default: ./extension.js
in the directory given by cwd
.
entry?: string;