mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
10 lines
206 B
JSON
10 lines
206 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/components/*": ["components/*"],
|
|
"@/helpers/*": ["helpers/*"],
|
|
"@/styles/*": ["assets/css/*"],
|
|
}
|
|
}
|
|
}
|