1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-30 22:09:21 +00:00
thatmattlove-hyperglass/hyperglass/ui/jsconfig.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"]
}
}
}