typescript node入門參考html
http://www.javashuo.com/article/p-numigcpg-dx.htmlvue
typescript vue入門參考node
http://www.javashuo.com/article/p-yiyczsls-ke.htmltypescript
全局安裝typescript最近版本,tsc -v正常顯示爲安裝成功json
打開當前項目,tsc --init,自動生成tsconfig.jsonsegmentfault
tsconfig.json詳解
能夠被忽略,這時編譯器會使用默認值。在這裏查看完整編輯項完整的列表。
"extends"繼承配置
和屬性指定一個文件glob匹配模式列表。(指定編譯)
"files"包含指定文件列表。"compilerOptions""include""exclude"
"extends": "./configs/base",
"exclude": [
"node_modules"
],