For type checking you'll want to install typescript via npm and run tsc --init to create a .tsconfig file. code example Example: create typescript project npx tsc index.ts