1
0
ketr.chat/client/.babelrc
James Ketrenos 84ef980c42 Seeding with chat subsystem from peddlers of ketran
Signed-off-by: James Ketrenos <james@ketrenos.com>
2023-03-30 11:24:27 -07:00

5 lines
117 B
Plaintext

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