Files
bogazici-admin/tsconfig.json
Bulut Kuru f46b9d795d deploy 1
2026-03-27 21:06:38 +03:00

14 lines
213 B
JSON

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