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