error

my ..babelrc

my tsx

You might need to modify your tsconfig.json
{
"compilerOptions": {
...,
"paths": {
"@*": [
"src*"
]
},
...
}
}
You might need to modify your
tsconfig.json{ "compilerOptions": { ..., "paths": { "@*": [ "src*" ] }, ... } }
Thank you for your help, it has been resolved,I will close this issuse
Most helpful comment
You might need to modify your
tsconfig.json