Appearance
在tsconfig中加入如下几行(我的全局自定义类型在src/types/global.d.ts中)
"ts-node": { "files": true }, "files": [ "src/index.ts", "src/types/global.d.ts" ]