【问题标题】:What is the meaning of incremental in tsconfig.json?tsconfig.json中增量是什么意思?
【发布时间】:2020-02-06 09:02:25
【问题描述】:

在探索 tsconfig.json 文件时,我坚持在 tsconfig.json 中增量的确切含义是什么

【问题讨论】:

标签: javascript typescript typescript-typings tsconfig incremental-build


【解决方案1】:

通过将先前编译的信息读/写到磁盘上的文件来启用增量编译。该文件由 --tsBuildInfoFile 标志控制。

请参考编译器选项:https://www.typescriptlang.org/docs/handbook/compiler-options.html

【讨论】:

    猜你喜欢
    • 2021-12-14
    • 2011-05-27
    • 2021-10-01
    • 1970-01-01
    • 1970-01-01
    • 2015-08-17
    • 1970-01-01
    • 2011-08-12
    • 2017-06-11
    相关资源
    最近更新 更多