feat(custom): build

This commit is contained in:
2023-11-28 17:59:45 +08:00
parent 22868fdf2c
commit d5c4651665
39 changed files with 5779 additions and 10624 deletions

View File

@@ -19,11 +19,10 @@
"allowJs": true,
"resolveJsonModule": true,
"typeRoots": ["node_modules/@types"],
"types": ["@tarojs/components/vue3", "node"],
"paths": {
"@/*": ["src/*"]
}
},
"include": ["./src", "./types", "components.d.ts"],
"include": ["./src", "./types", "./config"],
"compileOnSave": false
}