mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-09 01:31:47 +00:00
11 lines
246 B
JSON
11 lines
246 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@contexts/*": ["./src/common/contexts/*"],
|
|
"@components/*": ["./src/common/components/*"],
|
|
"@states/*": ["./src/states/"]
|
|
}
|
|
}
|
|
} |