summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-23 16:16:21 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-23 16:16:21 +1100
commit1ffd7e1d54dd33311440cf4f6c0b2debca042c4d (patch)
tree9bd9ac018309944e7698fb825b4c09dc6ed6b4fe /tsconfig.json
parentsideright: fix calender underline (diff)
downloadcaelestia-shell-1ffd7e1d54dd33311440cf4f6c0b2debca042c4d.tar.gz
caelestia-shell-1ffd7e1d54dd33311440cf4f6c0b2debca042c4d.tar.bz2
caelestia-shell-1ffd7e1d54dd33311440cf4f6c0b2debca042c4d.zip
config: refactor
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index b487066..944ac5a 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -13,7 +13,8 @@
"paths": {
"astal": ["/usr/share/astal/gjs"],
"astal/*": ["/usr/share/astal/gjs/*"],
- "config": ["./config"],
+ "config": ["./src/config/index"],
+ "config/*": ["./src/config/*"],
"@/*": ["./src/*"]
}
}