1 Star 0 Fork 0

王波小/wallet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
Harsh R 提交于 2021-10-27 10:23 . Shared contexts integration (#1035)
{
"extends": "expo/tsconfig.base",
"exclude": [
"node_modules"
],
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"jsx": "react-native",
"lib": [
"dom",
"esnext"
],
"moduleResolution": "node",
"noEmit": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"strict": true,
"baseUrl": "mobile-app/app",
"paths": {
"@api": [
"api"
],
"@api/*": [
"api/*"
],
"@assets": [
"../../shared/assets"
],
"@assets/*": [
"../../shared/assets/*"
],
"@constants/*": [
"constants/*"
],
"@contexts/*": [
"contexts/*"
],
"@components": [
"components"
],
"@components/*": [
"components/*"
],
"@environment": [
"../../shared/environment"
],
"@hooks/*": [
"hooks/*"
],
"@shared-api": [
"../../shared/api"
],
"@shared-api/*": [
"../../shared/api/*"
],
"@shared-contexts": [
"../../shared/contexts"
],
"@shared-contexts/*": [
"../../shared/contexts/*"
],
"@shared-types": [
"../../shared/types"
],
"@shared-types/*": [
"../../shared/types/*"
],
"@screens/*": [
"screens/*"
],
"@store": [
"../../shared/store"
],
"@store/*": [
"../../shared/store/*"
],
"@translations": [
"../../shared/translations"
],
"@tailwind": [
"tailwind"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/576353201/wallet.git
git@gitee.com:576353201/wallet.git
576353201
wallet
wallet
main

搜索帮助