Skip to content

Commit 1059be6

Browse files
committed
docs(core): link TS related videos
1 parent 1ed347e commit 1059be6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/shared/concepts/typescript-project-linking.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Typescript Project Linking
22

3+
{% youtube src="https://youtu.be/D9D8KNffyBk" title="TypeScript Monorepos Done Right!" /%}
4+
35
The naive way to reference code in a separate project is to use a relative path in the `import` statement.
46

57
```ts
@@ -219,6 +221,8 @@ The project's `tsconfig.spec.json` does not need to reference project dependenci
219221

220222
### TypeScript Project References Performance Benefits
221223

224+
{% youtube src="https://youtu.be/O2xBQJMTs9E" title="Why TypeScript Project References Make Your CI Faster!" /%}
225+
222226
Using TypeScript project references improves both the speed and memory usage of build and typecheck tasks. The repository below contains benchmarks showing the difference between running typecheck with and without using TypeScript project references.
223227

224228
{% github-repository title="TypeScript Project References Benchmark" url="https://github.com/jaysoo/typecheck-timings" /%}

0 commit comments

Comments
 (0)