feat: 调用云开发

This commit is contained in:
eric
2022-12-14 14:04:36 +08:00
parent 5f3712b7ab
commit 208c530dda
8 changed files with 102 additions and 56 deletions

View File

@@ -18,9 +18,14 @@
"jsx": "react-jsx",
"allowJs": true,
"resolveJsonModule": true,
"typeRoots": [
"typeRoots": [
"node_modules/@types"
]
],
"paths": {
"@/utils/*": [
"./src/utils/*"
]
}
},
"include": ["./src", "./types"],
"compileOnSave": false