mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-26 01:21:43 +01:00
9 lines
116 B
JSON
9 lines
116 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"paths": {
|
||
|
"@/*": ["./src/*"]
|
||
|
}
|
||
|
},
|
||
|
"exclude": ["node_modules", "dist"]
|
||
|
}
|