#結論
以下を実行
npm install @types/node --save-dev
#経緯
某udemyのtypescript講座を受講中、ts-nodeを実行してみてくださいと言われ、実行してみたら以下のエラーが発生
Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
ググったらすんなり出てきた
https://stackoverflow.com/questions/42105984/cannot-find-name-console-what-could-be-the-reason-for-this/42106036