- Learn React with TypeScript 3
- Carl Rippon
- 59字
- 2021-06-10 19:16:39
--moduleResolution
This tells the TypeScript compiler how to resolve modules. This can be set to classic or node. If we are using ES6 modules, this defaults to classic, which means the TypeScript compiler struggles to find third-party packages such as Axios. So, we can explicitly set this to node to tell the compiler to look for modules in "node_modules".
推薦閱讀
- Android Jetpack開發:原理解析與應用實戰
- Redis Applied Design Patterns
- Mastering Ember.js
- Java Web開發之道
- MATLAB 2020 從入門到精通
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- R語言與網絡輿情處理
- UI設計全書(全彩)
- Buildbox 2.x Game Development
- MySQL程序員面試筆試寶典
- Python機器學習與量化投資
- Microsoft Windows Identity Foundation Cookbook
- Kotlin程序員面試算法寶典
- Appcelerator Titanium Smartphone App Development Cookbook