mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-22 18:37:43 +00:00
9 lines
No EOL
172 B
JSON
9 lines
No EOL
172 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["src/renderer/*"],
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "**/node_modules", "dist", "build"]
|
|
} |