feat: 增加了基础的设置相关内容
包括 子组件input、switch、alert、line、link、group 包括 实现 SettingStore 状态管理 (MobX) 支持持久化 包括 类型相关内容声明
This commit is contained in:
@@ -4,8 +4,15 @@
|
||||
"strictNullChecks": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"paths": {
|
||||
"app/*": ["./packages/app/*"],
|
||||
"@my/ui/*": ["./packages/ui/*"]
|
||||
"app/*": [
|
||||
"./packages/app/*"
|
||||
],
|
||||
"@my/ui/*": [
|
||||
"./packages/ui/*"
|
||||
],
|
||||
"@my/decorators/*": [
|
||||
"./packages/decorators/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"extends": "./tsconfig.base",
|
||||
@@ -17,4 +24,4 @@
|
||||
"apps/next/.next",
|
||||
"apps/next/.tamagui"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user