aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 7edbc7b..e912135 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -6,7 +6,11 @@
"lib": [ "esnext" ],
"target": "ESNext",
"module": "CommonJS",
- "types": [ "node" ]
+ "types": [ "node" ],
+
+ "paths": {
+ "@lib/*": [ "src/lib/*" ]
+ }
},
"ts-node": {