diff --git a/README.md b/README.md index 6d600e20f..2fef52e87 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ This repo contains the code for -* TypeScript Fundamentals v3 +* TypeScript Fundamentals v4 + * TypeScript Fundamentals v3 * Intermediate TypeScript v1 * Making TypeScript Stick v1 * Full stack TypeScript v1 diff --git a/packages/website/content/blog/fundamentals-v4/02-hello-typescript/index.md b/packages/website/content/blog/fundamentals-v4/02-hello-typescript/index.md index 667940127..5d7a9a5da 100644 --- a/packages/website/content/blog/fundamentals-v4/02-hello-typescript/index.md +++ b/packages/website/content/blog/fundamentals-v4/02-hello-typescript/index.md @@ -26,6 +26,12 @@ tsconfig.json # TypeScript compiler settings src/index.ts # "the program" ``` +This project can be found in the `packages/welcome-to-ts` folder, within the workshop repo + +```sh +cd packages/welcome-to-ts +``` + `package.json` [(view source)](https://github.com/mike-north/typescript-courses/blob/main/packages/welcome-to-ts/package.json)