清理缓存即可
tsconfig.json中配置 "paths": { "src/*": [ "src/*" ] },
node 外部库可以看到 node 源码,有问题的时候方便排查
--config ./test/jest-e2e.json
直接用 eslint,别用格式化了