File tree Expand file tree Collapse file tree 2 files changed +51
-0
lines changed Expand file tree Collapse file tree 2 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"typescript.tsdk" : " node_modules/typescript/lib" ,
3
+ "typescript.enablePromptUseWorkspaceTsdk" : true ,
4
+ "github.copilot.enable" : {
5
+ "*" : false ,
6
+ "plaintext" : false ,
7
+ "markdown" : false ,
8
+ "scminput" : false
9
+ },
3
10
"markdownlint.config" : {
4
11
"default" : false ,
5
12
"MD001" : true ,
Original file line number Diff line number Diff line change
1
+ ## Intro
2
+
3
+ - Introduce self
4
+ - Goal: Confidence & Velocity
5
+ - Understand TypeScript deeply
6
+ - Safe space for questions
7
+ - mattpocock.com/discord
8
+
9
+ ## Session Plan
10
+
11
+ - 09:30-10:30: Session
12
+ - 10:45-11:30: Session
13
+ - 11:45-12:45: Session
14
+ - 12:45-13:45: Lunch
15
+ - 13:45-14:30: Session
16
+ - 14:45-15:30: Session
17
+ - 15:45-16:30: Session
18
+
19
+ ## Repo overview
20
+
21
+ - Exercises are in ` src `
22
+ - Run each exercise with ` pnpm exercise ` or ` pnpm e `
23
+ - Explainers vs Problem/Solution files
24
+ - There is WAY TOO MUCH CONTENT
25
+ - Look in the ` workshop.md ` files
26
+
27
+ ## Exercises
28
+
29
+ - We'll be in pairs all day
30
+ - Each section, someone codes, someone else looks up docs
31
+ - Swap over who is coding each section
32
+ - If you get stuck, you can ask me for help
33
+
34
+ ## Any Questions?
35
+
36
+ ## Setup
37
+
38
+ 1 . ` pnpm ` must be installed
39
+ 2 . Repo must be cloned locally
40
+ 3 . Turn off GitHub Copilot
41
+ 4 . Pull the latest changes
42
+ 5 . Make sure you've selected your TypeScript version to be the one used by the repo (latest)
43
+
44
+ VSCode is recommended, but not necessary
You can’t perform that action at this time.
0 commit comments