Outlook_Addin_LLM/.babelrc

9 lines
156 B
Plaintext
Raw Normal View History

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