Hi all,
This is likely a very noob question but I can't seem to figure it out! I am trying to follow the TypeScript tutorial on my local machine, but I am getting two errors in my console:
127.0.0.1/:16 GET http://127.0.0.1:5500/index.pack.js net::ERR_ABORTED 404 (Not Found)Refused to execute script from 'http://127.0.0.1:5500/index.pack.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
Upon researching the 'index.pack.js' file, I have not found anything to solve the issue. Any support would be greatly appreciated!