Files
simple-admin/tsconfig.json
Samandar Turgunboyev edf364b389 init create-fias
2025-10-15 17:45:07 +05:00

14 lines
213 B
JSON

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