mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
添加通知服务
This commit is contained in:
+7
-1
@@ -27,7 +27,13 @@
|
||||
"allowJs": true,
|
||||
"noEmit": false
|
||||
},
|
||||
"include": ["src/**/*", "config/**/*", ".umirc.ts", "typings.d.ts"],
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"config/**/*",
|
||||
".umirc.ts",
|
||||
"typings.d.ts",
|
||||
"back/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"lib",
|
||||
|
||||
Reference in New Issue
Block a user