mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
17 lines
391 B
JSON
17 lines
391 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2017",
|
||
|
"module": "esnext",
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"app/components": ["components/index"],
|
||
|
"app/components/*": ["components/*"],
|
||
|
"app/context": ["context/index"],
|
||
|
"app/context/*": ["context/*"],
|
||
|
"app/hooks": ["hooks/index"],
|
||
|
"app/hooks/*": ["hooks/*"],
|
||
|
"app/util": ["util/index"]
|
||
|
}
|
||
|
}
|
||
|
}
|