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"
],