homepage/jsconfig.json
2023-03-14 00:16:12 -07:00

9 lines
119 B
JSON

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