feat(teacher-portal): 完整实现 teacher-portal 微前端
包含 settings/students/api、graphql、mocks、ui-tokens 设计令牌等
This commit is contained in:
@@ -21,6 +21,15 @@
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./src/*"
|
||||
],
|
||||
"@edu/hooks": [
|
||||
"../../packages/hooks/src/index.ts"
|
||||
],
|
||||
"@edu/ui-components": [
|
||||
"../../packages/ui-components/src/index.ts"
|
||||
],
|
||||
"@edu/ui-tokens": [
|
||||
"../../packages/ui-tokens/src/index.ts"
|
||||
]
|
||||
},
|
||||
"isolatedModules": true
|
||||
|
||||
Reference in New Issue
Block a user