18 Star 82 Fork 14

罪. / react-native-upload

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 784 Bytes
一键复制 编辑 原始数据 按行查看 历史
罪. 提交于 2019-08-31 23:16 . feat: Upload app to pgyer.com
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"allowJs": false,
"declaration": true,
"removeComments": false,
"outDir": "./build",
"rootDir": "./",
"jsx": "react",
"importHelpers": true,
"downlevelIteration": true,
"strict": true,
"noImplicitAny": false,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictBindCallApply": true,
"strictPropertyInitialization": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"resolveJsonModule": true
}
}
Shell
1
https://gitee.com/geekact/react-native-upload.git
git@gitee.com:geekact/react-native-upload.git
geekact
react-native-upload
react-native-upload
master

搜索帮助