46,173 questions
typescript generates JavaScript and the JavaScript language does not have timers. These are implemented by the hosting environments.
You can use the browsers setTimeout() or setInterval() methods. The node hosting api also supports timers