赞
踩
tsc --init生成tsconfig.json后VScode报错 这是因为有了tsconfig.json后,VScode会自动在include和exclude包含的范围中查找ts文件,如果找不到ts文件就会报错,当在include和exclude范围中添加了ts文件,VScode就不会报错了。
tsc --init
tsconfig.json
VScode
include
exclude