How can load multiple JS in the content script file

I have file contents/after-load.ts which runs at document_end and I want to load a script chrome.runtime.getUrl("scripts/css-selector-get.js")
Was this page helpful?