mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-03-29 23:18:42 +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"]
|
|
} |