Files
electron-egg/frontend/jsconfig.json
2025-01-13 18:22:57 +08:00

15 lines
208 B
JSON

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