Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
HEAD
/
.
/
examples
/
nextjs
/
jsconfig.json
blob: c4550b6d8f32df073ce096d9d41e500de097e087 [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"paths"
:
{
"@/*"
:
[
"./src/*"
]
}
}
}