XNT-Mobile-Wallet/tsconfig.json
2025-11-24 16:44:48 +07:00

14 lines
249 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}