payment-impo/jsconfig.json

10 lines
117 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"paths": {
"@/*": [
"./src/*"
]
}
},
}