Files
School/Anul 3/Semestrul 1/Proiect Colectiv/Cox_in_the_front/Jyros/tsconfig.json
T
2025-02-06 20:33:26 +02:00

18 lines
233 B
JSON

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