axios-miniprogram/examples/taro/.babelrc

12 lines
90 B
Plaintext
Raw Normal View History

2023-05-05 10:59:37 +08:00
{
"presets": [
[
"taro",
{
"framework": "vue3",
"ts": true
}
]
]
}