auth.andert.me/example/google-auth/jsconfig.json
2023-07-21 09:24:32 +02:00

8 lines
77 B
JSON

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