ai-voicebot/client/.babelrc
2025-08-23 20:33:34 -07:00

5 lines
117 B
Plaintext

{
"presets": [ "@babel/env", "@babel/preset-react" ],
"plugins": [ "@babel/plugin-proposal-class-properties" ]
}