auth.andert.me/example/social-auth/jsconfig.json

8 lines
77 B
JSON
Raw Normal View History

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