forked from mirrors/thatmattlove-hyperglass
16 lines
391 B
JSON
16 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"]
|
|
}
|
|
}
|
|
}
|