logo
  • 教程列表
  • SO官方文檔
  • tsconfig.json
    • 使用 tsconfig.json 建立 TypeScript 專案
    • 配置較少的程式設計錯誤
    • compileOnSave
    • 評論
    • preserveConstEnums
  1. StackOverflow 文件
  2. TypeScript 教程
  3. tsconfig.json
  4. 評論

評論

Created: November-22, 2018

tsconfig.json 檔案可以包含行註釋和塊註釋,使用與 ECMAScript 相同的規則。

//Leading comment
{
    "compilerOptions": {
        //this is a line comment
        "module": "commonjs", //eol line comment
        "target" /*inline block*/ : "es5",
        /* This is a
        block
        comment */
    }
}
/* trailing comment */
  • preserveConstEnums
  • compileOnSave

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明