mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-06-14 01:42:27 +08:00
init
This commit is contained in:
33
node_modules/axios-miniprogram-adapter/tsconfig.json
generated
vendored
Normal file
33
node_modules/axios-miniprogram-adapter/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "esnext",
|
||||
"lib": [
|
||||
"es2017",
|
||||
"es2015",
|
||||
"es2015.promise"
|
||||
],
|
||||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": false,
|
||||
"moduleResolution": "node",
|
||||
"importHelpers": true,
|
||||
"strictPropertyInitialization": false,
|
||||
"baseUrl": ".",
|
||||
"types": [
|
||||
"node",
|
||||
"miniprogram-api-typings"
|
||||
],
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*.ts",
|
||||
"./types/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user