工程初始化

This commit is contained in:
aixianling
2022-12-27 10:40:16 +08:00
parent bd98f85db2
commit 4684d1d4cd
13 changed files with 261 additions and 36 deletions

9
jsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"types": [
"@dcloudio/types",
"miniprogram-api-typings",
"mini-types"
]
}
}