1 Star 1 Fork 2

小萨/EU.Admin.ReactNative

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 524 Bytes
一键复制 编辑 原始数据 按行查看 历史
小萨 提交于 2025-03-19 01:12 +08:00 . feat: 🚀optimize
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@env": ["./src/lib/env.js"]
},
"esModuleInterop": true,
"checkJs": true
},
"exclude": [
"node_modules",
"babel.config.js",
"metro.config.js",
"docs",
"cli",
"android",
"ios",
"lint-staged.config.js"
],
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts",
"nativewind-env.d.ts"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/xiaochanghai520/eu.admin.reactnative.git
git@gitee.com:xiaochanghai520/eu.admin.reactnative.git
xiaochanghai520
eu.admin.reactnative
EU.Admin.ReactNative
develop

搜索帮助