init
This commit is contained in:
11
jsconfig.json
Normal file
11
jsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"checkJs": true,
|
||||
"target": "ES2021",
|
||||
"module": "CommonJS",
|
||||
"baseUrl": ".",
|
||||
"types": ["miniprogram-api-typings"]
|
||||
},
|
||||
"include": ["**/*.js"],
|
||||
"exclude": ["node_modules", "miniprogram_npm"]
|
||||
}
|
||||
Reference in New Issue
Block a user