Files
meridyn-bot/tsconfig.json
Samandar Turgunboyev 980fb1dd13 init create-fias
2025-11-27 12:30:54 +05:00

14 lines
213 B
JSON

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