diff --git a/project.config.json b/project.config.json new file mode 100644 index 0000000..ca229f0 --- /dev/null +++ b/project.config.json @@ -0,0 +1,28 @@ +{ + "appid": "wxc0bfbbdfca1a53c3", + "compileType": "miniprogram", + "libVersion": "3.4.3", + "packOptions": { + "ignore": [], + "include": [] + }, + "setting": { + "coverView": true, + "es6": true, + "postcss": true, + "minified": true, + "enhance": true, + "showShadowRootInWxmlPanel": true, + "packNpmRelationList": [], + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + } + }, + "condition": {}, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 4 + } +} \ No newline at end of file