This commit is contained in:
jeremygan2021
2026-02-11 01:31:21 +08:00
parent 61afc52ac2
commit 2d090cd0f4
97 changed files with 3661 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
// babel.config.js
module.exports = {
presets: [
['taro', {
framework: 'react',
ts: true
}]
]
}