migu/jsconfig.json
2023-07-07 16:02:15 +02:00

9 lines
No EOL
172 B
JSON

{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/renderer/*"],
}
},
"exclude": ["node_modules", "**/node_modules", "dist", "build"]
}