mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
9 lines
103 B
JSON
9 lines
103 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"paths": {
|
||
|
|
"@root/*": ["../*"],
|
||
|
|
"@src/*": ["./*"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|