跳到主要内容

tsc 命令只检查不编译

· 阅读需 1 分钟
1adybug
子虚伊人

tsconfig.json 中设置:

{
"compilerOptions": {
"noEmit": true
}
}