gpt4 book ai didi

typescript - 即使源代码未更改,如何强制 TypeScript 重新编译所有文件?

转载 作者:行者123 更新时间:2023-12-03 14:24:47 26 4
gpt4 key购买 nike

我一直在我的 tsconfig.json 中尝试不同的设置.作为其中的一部分,我想重新编译我所有的 TypeScript 文件,以查看发出的 JavaScript 与新设置有何不同(例如,更改 module 选项)。

标的.ts然而,文件本身并没有改变,所以调用 tsc什么也没做。

我怎么知道tsc即使它认为不需要重新创建所有文件?

作为引用,我像这样调用 TypeScript 编译器:

node_modules/typescript/bin/tsc --build src/tsconfig.json

最佳答案

我找到了答案 - 虽然 tsc没有“顶级”强制选项,因为我已经在使用 --build选项,我可以通过 --force对此:

node_modules/typescript/bin/tsc --build --force src/tsconfig.json

来自 the documentation :

There are also some flags specific to tsc -b: [...]

--force: Act as if all projects are out of date

关于typescript - 即使源代码未更改,如何强制 TypeScript 重新编译所有文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57372512/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com