- 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 Wearable Programming
- GraphQL學習指南
- Mastering Swift 2
- C#程序設計基礎:教程、實驗、習題
- Learning Salesforce Einstein
- 深入淺出PostgreSQL
- C語言程序設計教程
- 單片機C語言程序設計實訓100例
- Getting Started with Hazelcast(Second Edition)
- Visual Basic程序設計上機實驗教程
- Visual C++程序設計與項目實踐
- Learning Unreal Engine Game Development
- Developing RESTful Web Services with Jersey 2.0
- Learning Ext JS(Fourth Edition)
- C++程序設計習題與實驗指導