EASYAIuniappNewUI/node_modules/timm/babel.config.js
2025-02-08 18:50:38 +08:00

8 lines
134 B
JavaScript

module.exports = {
presets: [
['@babel/env', { targets: { node: 'current' } }],
'@babel/typescript',
],
plugins: [],
};