homepage/jsconfig.json

10 lines
119 B
JSON

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