// Typescript is a superset of JavaScript. // This means that any JavaScript code is also valid TypeScript by default. // Just use a .ts file instead and add a build task, then start adding types.