aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
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 2bb70c9..32b9b83 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -20,7 +20,8 @@
"preserveValueImports": true,
"removeComments": true,
"paths": {
- "#lib": ["./src/lib/index.js"],
+ "#lib": ["./src/lib/index.ts"],
+ "#constants": ["./src/lib/utils/BushConstants.ts"],
"#args": ["./src/arguments/index.ts"],
"#commands": ["./src/commands/index.ts"]
},