migu/jsconfig.json
2023-09-10 18:28:00 +02:00

13 lines
No EOL
276 B
JSON

{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/renderer/*"],
},
"checkJs": true,
"target": "ESNext",
"moduleResolution": "node",
"module": "ESNext"
},
"exclude": ["node_modules/**", "**/node_modules", "dist", "build"]
}