diff options
Diffstat (limited to 'tsconfig.base.json')
-rw-r--r-- | tsconfig.base.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.base.json b/tsconfig.base.json index e878b4a..71b1bb2 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -18,6 +18,7 @@ "moduleResolution": "NodeNext", "paths": { "#lib": ["./lib/index.ts"], + "#lib/*": ["./lib/*"], "#src/*": ["./src/*"], "#args": ["./lib/arguments/index.ts"], "#commands": ["./src/commands/index.ts"], |