TypeScript 执行 console.log() 报错Cannot find name ‘console‘. Do you need to change

Posted 冰雪奇缘lb

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TypeScript 执行 console.log() 报错Cannot find name ‘console‘. Do you need to change相关的知识,希望对你有一定的参考价值。

嗯,
出现这样的问题大多是没有配置 tsconfig.json 文件
或者,忘了初始化 tsconfig.json ?
只需要初始化一下 tsconfig.json 文件就行了~

tsc --init

以上是关于TypeScript 执行 console.log() 报错Cannot find name ‘console‘. Do you need to change的主要内容,如果未能解决你的问题,请参考以下文章

TypeScript console.log不起作用

在 TypeScript 中是无效的。为啥我从 console.log 得到结果?

typescript的概要

typescript中class的继承(inherit)extendssuper

TypeScript---函数

TypeScript语法学习