update
1.im聊天可以添加其他用户(专业人员) 2.更新im打包文件
This commit is contained in:
+5
-1
@@ -2,6 +2,9 @@
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"noImplicitAny": false,
|
||||
"noImplicitThis": false,
|
||||
"strictNullChecks": false,
|
||||
"strict": true,
|
||||
"jsx": "preserve",
|
||||
"importHelpers": true,
|
||||
@@ -40,6 +43,7 @@
|
||||
"tests/**/*.tsx"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
"!src/TUIKit/**/*"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user