版本是最新版的vscode 64位
enum Gender{
BOY,
GIRL
}
[Done] exited with code=0 in 0.176 seconds
[Running] ts-node "f:0000-2020-myproject05-react02ts+react01mystudy\1.ts"
'ts-node' �����ڲ����ⲿ���Ҳ���ǿ����еij���
�����������
[Done] exited with code=1 in 0.07 seconds;
如果在setting.json 中配置
{
"code-runner.runInTerminal": true
}
则会出现下面问题

哈 你可是看的珠峰视频 我也正好遇到了这个问题
Most helpful comment
npm i -g typescript ts-node