As English is not my first language, I kindly ask for your understanding with any typing mistakes.
I have created a workspace with the image depicted here;
Afterwards, I executed "tsc -p ." to compile my files;
You can view the generated files here
Unfortunately, I am unable to locate the "index.less" in the dist directory.
This implies that the style files are not compiled when running "tsc". So my question is, how can I compile the style file with tsc or other methods?
Thank you;