15068753667 tsconfig.json内增加 "skipLibCheck": true 能够快个一些,但还是要1秒左右。如果你想要实现秒编译,也是可以的,后面我会出攻略。加QQ61496426详细聊。{ "compilerOptions": { "module": "commonjs", "target": "es5", "sourceMap": true, "skipLibCheck": true }, "exclude": [ "node_modules" ] }