1module.exports = { 2 presets: [ 3 [ 4 "@babel/preset-react", 5 { 6 runtime: "automatic", 7 }, 8 ], 9 ], 10}; 11
1"compilerOptions": { 2 "jsx": "react-jsx" 3}