- Learn React with TypeScript 3
- Carl Rippon
- 99字
- 2021-06-10 19:16:44
Project references
TypeScript 3 allows TypeScript projects to depend on other TypeScript projects by allowing tsconfig.json to reference other tsconfig.json files.
This makes it easier to split our code up into smaller projects. Our frontend code might be in TypeScript, in addition to having our backend in TypeScript. With TypeScript 3, we can have a frontend TypeScript project, a backend TypeScript project, and a shared TypeScript project that contains code that is used in both the frontend and backend. Splitting our code up into smaller projects can also can give us faster builds, because they can work incrementally.
推薦閱讀
- Android項目開發入門教程
- Microsoft Application Virtualization Cookbook
- C#程序設計(慕課版)
- Visual Basic程序設計教程
- 深入理解Elasticsearch(原書第3版)
- 學習正則表達式
- Getting Started with LLVM Core Libraries
- Raspberry Pi Robotic Blueprints
- GitHub入門與實踐
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- 寫給大家看的Midjourney設計書
- Julia High Performance(Second Edition)
- Go語言入門經典
- 第五空間戰略:大國間的網絡博弈
- R語言:邁向大數據之路