15 lines
216 B
JSON
15 lines
216 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"./src/renderer/*"
|
|
],
|
|
"@shared/*": [
|
|
"./src/shared/*"
|
|
]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|