This guide will show you how to fix Typescript compile errors in Javascript project that recently added Typescript support via a tsconfig.json
. It assumes that the tsconfig.json
is configured according to the description in part 1 of this post, and that you also installed types for some of your dependencies from the @types/*
namespace. This guide is more of a list of tasks that you can pick and choose from, depending on what you want to fix first. Here are the tasks:
0 comments