feat: 自动上传组件 Co-authored-by: Junhui Chen <chenjunhui@fairclip.cn> Co-committed-by: Junhui Chen <chenjunhui@fairclip.cn>
21 lines
376 B
JSON
21 lines
376 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"typeRoots": ["./node_modules/@types", "./src/types"],
|
|
"compilerOptions": {
|
|
"types": ["jest", "node"],
|
|
"strict": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"./*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
".expo/types/**/*.ts",
|
|
"expo-env.d.ts",
|
|
"nativewind-env.d.ts"
|
|
]
|
|
} |