mirror of
https://github.com/rowyio/rowy.git
synced 2026-07-11 13:02:05 +02:00
9 lines
103 B
JSON
9 lines
103 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@root/*": ["../*"],
|
|
"@src/*": ["./*"]
|
|
}
|
|
}
|
|
}
|