mirror of
https://github.com/owntracks/frontend.git
synced 2024-11-15 09:18:17 -07:00
10 lines
128 B
JSON
10 lines
128 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|