Files
selenium_automation_project/frontend/tsconfig.json
2025-09-14 08:51:47 +08:00

17 lines
232 B
JSON

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