diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
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/*"] } } |