Files
AluxPay/frontend/jsconfig.json
matej a866801535 Added visualisation
Added return and cancel URL's
2025-09-28 02:29:07 +02:00

11 lines
185 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"skipLibCheck": true,
"paths": {
"@/*": ["./src/*"]
}
}
}