migu/jsconfig.json
2023-07-07 11:52:59 +02:00

8 lines
No EOL
105 B
JSON

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