β
Now that TypeScript is installed, letβs have you set up a folder locally to run TypeScript on code. Create a folder somewhere on your computer and run this command to create a new tsconfig.json configuration file: tsc --init
β
β
Josh Goldberg (Learning TypeScript: Enhance Your Web Development Skills Using Type-Safe JavaScript)