Testing TypeScript code compiled with the module: none option
I have TypeScript code, being compiled with the "module": "none"
option and single output JavaScript file. I need a JavaScript code that I can run directly in the browser console.
I have TypeScript code, being compiled with the "module": "none"
option and single output JavaScript file. I need a JavaScript code that I can run directly in the browser console.