feat: 调用云开发
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user