mirror of
https://github.com/KoriIku/luxirty-search
synced 2024-11-22 17:42:13 +00:00
9 lines
116 B
JSON
9 lines
116 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"paths": {
|
||
|
"@/*": ["./src/*"]
|
||
|
}
|
||
|
},
|
||
|
"exclude": ["node_modules", "dist"]
|
||
|
}
|