1
Fork 0
This repository has been archived on 2024-12-04. You can view files and clone it, but cannot push or open issues or pull requests.
MinPluto-Frontend/tsconfig.json

12 lines
254 B
JSON
Raw Normal View History

2024-04-14 22:56:13 -05:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],
2024-07-07 19:04:25 -05:00
"@root/*": ["*"],
2024-04-14 22:56:13 -05:00
"@styles/*": ["src/styles/*"],
2024-07-07 19:04:25 -05:00
"@utils/*": ["src/utilities/*"]
2024-04-14 22:56:13 -05:00
}
}
}