ReactNative开发环境搭建
[TOC]
概述
TS1192: Module ‘“/Volumes/repos/tc-web-ts/node_modules/@types/react/index”‘ has no default export.
解决方法:
把”allowSyntheticDefaultImports”: true添加到tsconfig.json
TS7016: Could not find a declaration file for module ‘../styledComponents/loginAndRegister’. ‘/Users/michealye/Desktop/myProduct/shebao520-mobile/src/components/styledComponents/loginAndRegister.jsx’ implicitly has an ‘any’ type.
解决方法:没有指定类型 Edit your tsconfig.json “noImplicitAny”: false
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 麦溪·在路上!
评论
ValineDisqus