File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33从 JavaScript 程序员的角度总结思考,循序渐进的理解 TypeScript。
44
5- >  原名《From JavaScript to TypeScript》
5+ >  原名《From JavaScript to TypeScript》,寓意此书的作者并不是 TypeScript 的专家,而是一个新手。希望分享学习的过程,帮助大家更容易的理解 TypeScript。 
66
77## 关于本书  
88
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ document.body.innerHTML = sayHello(user);
6666
6767** TypeScript 编译的时候即使报错了,还是会生成编译结果** ,我们仍然可以使用这个编译之后的文件。
6868
69- 如果要在报错的时候终止 js 文件的生成,可以在 ` tsconfig.json `  中配置 ` noEmitOnError `  即可。关于 ` tsconfig.json ` ,请参阅[ 编译选项 ] ( ../practice ) 一章 。
69+ 如果要在报错的时候终止 js 文件的生成,可以在 ` tsconfig.json `  中配置 ` noEmitOnError `  即可。关于 ` tsconfig.json ` ,请参阅[ 官方手册 ] ( http://www.typescriptlang.org/docs/handbook/tsconfig-json.html ) ( [ 中文版 ] ( https://zhongsp.gitbooks.io/typescript-handbook/content/doc/handbook/tsconfig.json.html ) ) 。
7070
7171--- 
7272
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments