2025-05-05 23:28:09 +02:00
|
|
|
{
|
|
|
|
|
"files": [],
|
|
|
|
|
"references": [
|
|
|
|
|
{ "path": "./tsconfig.app.json" },
|
|
|
|
|
{ "path": "./tsconfig.node.json" }
|
2025-06-03 00:14:21 +02:00
|
|
|
],
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
|
|
|
|
"@/*": ["./src/*"]
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-05-05 23:28:09 +02:00
|
|
|
}
|