forked from quant-speed-AI/Scoring-System
10 lines
120 B
JavaScript
10 lines
120 B
JavaScript
// babel.config.js
|
|
module.exports = {
|
|
presets: [
|
|
['taro', {
|
|
framework: 'react',
|
|
ts: true
|
|
}]
|
|
]
|
|
}
|