It's going to be a space game with color magnetics
npm install
You must import using the js extension
import { TitlePage } from "./titlePage.js"The tasks.json describes a tsc watch task. You can set it to run in the background and it will compile your typescript files to javascript as you save them.
You can also run tsc manually to compile all the files at once.