mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
9 lines
95 B
JSON
9 lines
95 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@/*": ["src/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|