react-factory-fn
v1.0.0
Published
## tsc --init 生成 tsconfig.json 后如果报 【tsconfig.json】配置文件tsconfig.json中找不到任何输入 那是因为有了 tsconfing.json 后,vscode 会自动在 include 和 exclude 包含的范围中查找 ts 文件,如果找不到 ts 文件就会报错,当在 include 和 exclude 范围中添加了 ts 文件,vscode 就不会报错了
Downloads
2
Readme
BTOC React 公共方法库
tsc --init 生成 tsconfig.json 后如果报 【tsconfig.json】配置文件tsconfig.json中找不到任何输入
那是因为有了 tsconfing.json 后,vscode 会自动在 include 和 exclude 包含的范围中查找 ts 文件,如果找不到 ts 文件就会报错,当在 include 和 exclude 范围中添加了 ts 文件,vscode 就不会报错了