TypeScript
始于JavaScript,归于JavaScript
强大的工具构建 大型应用程序
先进的 JavaScript
首先我们安装TS依赖
yarn add -D typescript
安装types
yarn add -D @types/react @types/react-native
配置tsconfig.json
tsc --init --pretty --sourceMap --target es2015 --outDir ./lib --rootDir ./ --module commonjs --jsx react
参考
https://github.com/Microsoft/TypeScript-React-Native-Starter#typescript-react-native-starter
https://www.tslang.cn/docs/home.html
https://segmentfault.com/a/1190000015609356