添加通知服务

This commit is contained in:
whyour
2021-09-16 18:01:25 +08:00
parent c51621ee04
commit 27226e7222
5 changed files with 171 additions and 8 deletions
+7 -1
View File
@@ -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",