mirror of
https://gitee.com/wanwujie/sub2api-mobile
synced 2026-04-20 06:44:45 +08:00
feat: bootstrap v2 admin app tabs
This commit is contained in:
@@ -1,6 +1,21 @@
|
||||
{
|
||||
"extends": "expo/tsconfig.base",
|
||||
"exclude": [
|
||||
"dist",
|
||||
"node_modules",
|
||||
".agents",
|
||||
"skills"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"strict": true
|
||||
"strict": true,
|
||||
"baseUrl": ".",
|
||||
"types": [
|
||||
"uniwind/types"
|
||||
],
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user