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