Files
gastro-admin/tsconfig.json
Samandar Turgunboyev fd397b670b init create-fias
2025-12-20 09:26:40 +05:00

14 lines
213 B
JSON

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